Google Cloud Fundamentals: Getting Started with Cloud Storage and Cloud SQL Reviews
521056 reviews
LUIS M. · Reviewed 1 day ago
Aeron Justin Q. · Reviewed 1 day ago
Tuve problemas con lo del script no lo inicio, lo instale de forma manual
Andrés R. · Reviewed 1 day ago
MM K. · Reviewed 1 day ago
Siva Satya Hari Vara Praveen J. · Reviewed 1 day ago
Yashas H. · Reviewed 1 day ago
Network built as prescribed,did not pass check.
Sterling H. · Reviewed 1 day ago
Instruções foram claras, porem precisei ajustar a instalação do apache e do driver php8.2 manualmente. Mesmo assim deu certo.
Daniel N. · Reviewed 1 day ago
Abdiel W. · Reviewed 1 day ago
Rahul R. · Reviewed 1 day 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 1 day ago
Eduardo Ramiro R. · Reviewed 1 day ago
Ahmed M. · Reviewed 1 day ago
Kevin L. · Reviewed 1 day 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 1 day ago
Maria Paula B. · Reviewed 1 day ago
Piotr F. · Reviewed 1 day ago
Antonio Andres Á. · Reviewed 1 day ago
Sethu B. · Reviewed 1 day ago
Harvey M. · Reviewed 1 day ago
Adrian B. · Reviewed 1 day ago
Shobha S. · Reviewed 1 day ago
muhammad a. · Reviewed 1 day ago
Rochelle M. · Reviewed 1 day 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 1 day ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.