Google Cloud Fundamentals: Getting Started with Cloud Storage and Cloud SQL Reviews
523184 reviews
Eduardo Ramiro R. · Reviewed 12 days ago
Ahmed M. · Reviewed 12 days ago
Kevin L. · Reviewed 12 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 12 days ago
Maria Paula B. · Reviewed 12 days ago
Piotr F. · Reviewed 12 days ago
Antonio Andres Á. · Reviewed 12 days ago
Sethu B. · Reviewed 12 days ago
Harvey M. · Reviewed 12 days ago
Adrian B. · Reviewed 12 days ago
Shobha S. · Reviewed 12 days ago
muhammad a. · Reviewed 12 days ago
Rochelle M. · Reviewed 12 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 12 days ago
Matteo Rossi G. · Reviewed 12 days ago
Sadegh J. · Reviewed 12 days ago
Lucas G. · Reviewed 12 days ago
Matthew M. · Reviewed 12 days ago
Ryan R. · Reviewed 12 days ago
SOWMYA D. · Reviewed 12 days ago
David M. · Reviewed 12 days ago
Clint K. · Reviewed 12 days ago
Sulakshana R. · Reviewed 12 days ago
Valeria G. · Reviewed 12 days ago
Sergio B. · Reviewed 12 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.