关于“Google Cloud 基础知识:Cloud Storage 和 Cloud SQL 使用入门”的评价

522934 条评价

Kevin L. · 已于 9 days前审核

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. · 已于 9 days前审核

Maria Paula B. · 已于 9 days前审核

Piotr F. · 已于 9 days前审核

Antonio Andres Á. · 已于 9 days前审核

Sethu B. · 已于 9 days前审核

Harvey M. · 已于 9 days前审核

Adrian B. · 已于 9 days前审核

Shobha S. · 已于 9 days前审核

muhammad a. · 已于 9 days前审核

Rochelle M. · 已于 9 days前审核

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. · 已于 9 days前审核

Matteo Rossi G. · 已于 9 days前审核

Sadegh J. · 已于 9 days前审核

Lucas G. · 已于 9 days前审核

Matthew M. · 已于 9 days前审核

Ryan R. · 已于 9 days前审核

SOWMYA D. · 已于 9 days前审核

David M. · 已于 9 days前审核

Clint K. · 已于 9 days前审核

Sulakshana R. · 已于 9 days前审核

Valeria G. · 已于 9 days前审核

Sergio B. · 已于 9 days前审核

Fady G. · 已于 9 days前审核

Roua Y. · 已于 9 days前审核

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。