Migrate a MySQL Database to Google Cloud SQL: Challenge Lab Reviews
37449 reviews
google2623790_student@blog:~$ hostname blog google2623790_student@blog:~$ mysql --user=blogadmin --password=Password1 --host=127.0.0.1 wordpress ERROR 1045 (28000): Access denied for user 'blogadmin'@'localhost' (using password: YES)
Rik H. · Reviewed больше 7 лет ago
Great lab using whatever knowledge you had from linux and mysql for the import and export. The rest was really easy.
Luis S. · Reviewed больше 7 лет ago
completed ok
Adewade A. · Reviewed больше 7 лет ago
The password for the database in the instructions is incorrect.
Jimmy D. · Reviewed больше 7 лет ago
Jimmy D. · Reviewed больше 7 лет ago
GODFREY M. · Reviewed больше 7 лет ago
GODFREY M. · Reviewed больше 7 лет ago
nice!!!
Nicolas P. · Reviewed больше 7 лет ago
Prasad P. · Reviewed больше 7 лет ago
No good. Very much like a real world example where people don't know (or perhaps regularly lie) about the state a machine is in. An exercise in frustration at not being able to login to the database with the provided credential, nor use the google-recommended low-downtime procedures. First the blogadmin mysql password is not as described. And --set-gtid-purged=on is not supported by the maria version being used, which is a recommended setting from google when using mysqldump. Without the proper password, of course, you can still start mysql in safe mode.... and after looking around -- the blogadmin user exists but is restricted to localhost so how will the cloud sql migration agent attach to become a slave replica? Not a good way to show off how easy it would be to migrate to cloud sql.
Paul B. · Reviewed больше 7 лет ago
Norman C. · Reviewed больше 7 лет ago
Pavel S. · Reviewed больше 7 лет ago
Marcin K. · Reviewed больше 7 лет ago
Two things to be noted. 1. Password for local mysql instance is Password1*. 2. Add /32 to your static IP to whitelist the instance in CloudSQL.
Sakthi Pravin N. · Reviewed больше 7 лет ago
why does the config update do not work and allow the wp site to establish db connectivity? there seems to be no logical explanation of why this does not work when you specify all the appropriate ip details on both cloudsql side as well as within wp-config.php, i can connect to cloudsql db using mysql command line yet wordpress does not connect? why?
Mayank D. · Reviewed больше 7 лет ago
why does the config update do not work and allow the wp site to establish db connectivity? there seems to be no logical explanation of why this does not work when you specify all the appropriate ip details on both cloudsql side as well as within wp-config.php, i can connect to cloudsql db using mysql command line yet wordpress does not connect? why?
Mayank D. · Reviewed больше 7 лет ago
Pradeep C. · Reviewed больше 7 лет ago
Though the blog instance connects to Cloud SQL ( have added the blog static ip in sql authorized network ip ) , the scoring UI doesn't seem to check correctly that the blog instance accesses SQL. This can also be seen here from the mysql command -> google2582317_student@blog:~$ mysql -u blogadmin -p -h 35.184.134.60 -D wordpress Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 430 Server version: 5.7.14-google-log (Google) Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MySQL [wordpress]>
Pradeep C. · Reviewed больше 7 лет ago
The password mentioned in the instructions should be Password1* instead of Password1 - found this from instance startup script & wp-config.php. Though the blog instance could connect to sql instance , the score gui could not check that fine.
Pradeep C. · Reviewed больше 7 лет ago
The password mentioned in the instructions should be Password1* instead of Password1 - found this from instance startup script & wp-config.php. Though the blog instance could connect to sql instance , the score gui could not check that fine.
Pradeep C. · Reviewed больше 7 лет ago
Telmo C. · Reviewed больше 7 лет ago
lkfhaspijdakfjsda
Robert P. · Reviewed больше 7 лет ago
Incorrect Password. Could not connect to Mysql
Sakthi Pravin N. · Reviewed больше 7 лет ago
Incorrect Password. Could not connect to Mysql
Sakthi Pravin N. · Reviewed больше 7 лет ago
Amit K. · Reviewed больше 7 лет ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.