Google Cloud 基礎知識:開始使用 Cloud Storage 和 Cloud SQL Reviews
522935 reviews
Ahmed M. · Reviewed 9 days ago
Kevin L. · Reviewed 9 days ago
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.
Chris B. · Reviewed 9 days ago
Maria Paula B. · Reviewed 9 days ago
Piotr F. · Reviewed 9 days ago
Antonio Andres Á. · Reviewed 9 days ago
Sethu B. · Reviewed 9 days ago
Harvey M. · Reviewed 9 days ago
Adrian B. · Reviewed 9 days ago
Shobha S. · Reviewed 9 days ago
muhammad a. · Reviewed 9 days ago
Rochelle M. · Reviewed 9 days ago
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>
Mykyta H. · Reviewed 9 days ago
Matteo Rossi G. · Reviewed 9 days ago
Sadegh J. · Reviewed 9 days ago
Lucas G. · Reviewed 9 days ago
Matthew M. · Reviewed 9 days ago
Ryan R. · Reviewed 9 days ago
SOWMYA D. · Reviewed 9 days ago
David M. · Reviewed 9 days ago
Clint K. · Reviewed 9 days ago
Sulakshana R. · Reviewed 9 days ago
Valeria G. · Reviewed 9 days ago
Sergio B. · Reviewed 9 days ago
Fady G. · Reviewed 9 days ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.