Sunday, July 7, 2013

I changed root password from '' to '' and now cannot connect to databases in APIs SQL prompt

I changed the root password using Google APIs SQL Prompt from blank to <password> using:

UPDATE mysql.user SET password=PASSWORD('<password>') WHERE user='root';
 
Now APIs SQL Prompt cannot access the databases and I cannot execute queries.

Please help !!!

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment