Google Cloud Fundamentals: Getting Started with Cloud Storage and Cloud SQL Reviews

521123 reviews

Abdiel W. · Reviewed יום אחד ago

Rahul R. · Reviewed יום אחד ago

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.

Jo T. · Reviewed יום אחד ago

Eduardo Ramiro R. · Reviewed יום אחד ago

Ahmed M. · Reviewed יום אחד ago

Kevin L. · Reviewed יום אחד 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 יום אחד ago

Maria Paula B. · Reviewed יום אחד ago

Piotr F. · Reviewed יום אחד ago

Antonio Andres Á. · Reviewed יום אחד ago

Sethu B. · Reviewed יום אחד ago

Harvey M. · Reviewed יום אחד ago

Adrian B. · Reviewed יום אחד ago

Shobha S. · Reviewed יום אחד ago

muhammad a. · Reviewed יום אחד ago

Rochelle M. · Reviewed יום אחד 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 יום אחד ago

Matteo Rossi G. · Reviewed יום אחד ago

Sadegh J. · Reviewed יום אחד ago

Lucas G. · Reviewed יום אחד ago

Matthew M. · Reviewed יום אחד ago

Ryan R. · Reviewed יום אחד ago

SOWMYA D. · Reviewed יום אחד ago

David M. · Reviewed יום אחד ago

Clint K. · Reviewed יום אחד ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.