Google Cloud の基礎: Cloud Storage と Cloud SQL を使ってみる のレビュー

523184 件のレビュー

Roldan Rodriguez Eduardo Ramiro · 12日前にレビュー済み

Madany Ahmed · 12日前にレビュー済み

Leduc Kevin · 12日前にレビュー済み

the errors at index.php threw me off for a bit.. but i understand its good to know how to fix things not configured perfectly the first time.. and to read the next task line to know that the error is expected.

Bryant Chris · 12日前にレビュー済み

Bermudez Niño Maria Paula · 12日前にレビュー済み

Frątczak Piotr · 12日前にレビュー済み

Ávila Moreno Antonio Andres · 12日前にレビュー済み

B A Sethu · 12日前にレビュー済み

Mejía Harvey · 12日前にレビュー済み

Boma Adrian · 12日前にレビュー済み

Srinivasan Shobha · 12日前にレビュー済み

asim muhammad · 12日前にレビュー済み

Masella Rochelle · 12日前にレビュー済み

In the HTML there is a typo in the comments it says Secret Manger instead of Secret Manager: // password in the document root. Instead, we would store // it in a Secret Manger. <html> <head><title>Welcome to my excellent blog</title></head> <body> <h1>Welcome to my excellent blog</h1> <?php $dbserver = "CLOUDSQLIP"; $dbuser = "blogdbuser"; $dbpassword = "DBPASSWORD"; // In a production blog, we would not store the MySQL // password in the document root. Instead, we would store // it in a Secret Manger. For more information see // https://cloud.google.com/sql/docs/postgres/use-secret-manager try { $conn = new PDO("mysql:host=$dbserver;dbname=mysql", $dbuser, $dbpassword); // set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); echo "Connected successfully"; } catch(PDOException $e) { echo "Database connection failed:: " . $e->getMessage(); } ?> </body></html>

Hromov Mykyta · 12日前にレビュー済み

GOOGLEUSER Matteo Rossi · 12日前にレビュー済み

Jalalian Sadegh · 12日前にレビュー済み

Gobaco Lucas · 12日前にレビュー済み

Moore Matthew · 12日前にレビュー済み

Ross Ryan · 12日前にレビュー済み

DEENADAYAL SOWMYA · 12日前にレビュー済み

Moreno David · 12日前にレビュー済み

Kennedy Clint · 12日前にレビュー済み

Reddy Sulakshana · 12日前にレビュー済み

Gomez Valeria · 12日前にレビュー済み

Bustos Sergio · 12日前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。