Hi. I am trying to connect to a remote mysql db (on Google cloud sql).
I do this:
IMPORT TABLE user FROM 'mysql://HOST3306/DB? username=root&password=PASSWORD';
SELECT * FROM user;
But then I get the error:
mysql_real_connect() failed: Access denied for user 'root'@'DIFFERENTHOSTFROMABOVE' (using password: YES) while executing query: IMPORT TABLE user FROM 'mysql://HOST:3306/DB? username=root&password=PASSWORD'; SELECT * FROM user;
Hi. I am trying to connect to a remote mysql db (on Google cloud sql).
I do this:
But then I get the error:
When I run
In the terminal it connects fine.
I am on Yosemite.