MySQL Forums
Forum List  »  Install & Repo

Re: Installing/using MySQL for Google Cloud SQL?
Posted by: A A
Date: May 27, 2014 12:56PM

I ended up being able to use 'mysql' in the regular command prompt by typing in 'mysql -u root -p' and then giving it the password that I set up on my local machine. So now, the shell looks like this:

mysql>

Now my issue is the same as when I simply opened the Command Line Client - it doesn't throw an error but it also doesn't do anything. It just returns to the next line. In all the examples I've seen, typing in the 'mysql --host=instance-IP --user=root --password' command will prompt me for the password that I set up for the instance I created on the cloud, instead of doing nothing. What am I doing wrong?

Options: ReplyQuote


Subject
Written By
Posted
Re: Installing/using MySQL for Google Cloud SQL?
A A
May 27, 2014 12:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.