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

522935 件のレビュー

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

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

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 · 9日前にレビュー済み

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

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

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

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

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

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

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

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

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

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 · 9日前にレビュー済み

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

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

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

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

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

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

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

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

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

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

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

Goda Fady · 9日前にレビュー済み

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