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

521123 件のレビュー

Wong Abdiel · 1日前にレビュー済み

Ramamoorthi Rahul · 1日前にレビュー済み

I have not used SQL before, and coding is not my strong suite. However, the lab was very straightforward and did enough to help me along the process with step-by-step instructions, which is appreciated.

Te Jo · 1日前にレビュー済み

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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