Hi (Sorry for my English)
I am a new user to Google Cloud SQL
I create a "Instance" and I have upload my database.
I request an Ip and also I have add on "Authorized Networks" all of my VPS ip's also I add my current IP from my ISP.
I try to connect from my VPS with
mysql_connect("Requested IP", "root", "PASSWORD")
but nothing happen and I receive this: Can't connect to MySQL server on 'XXX.XXX.XXX.XXX' (4)
Also I try to connect from my PC with mysql client like
mysql --host=Requested IP --user=root --password=PASSWORD
and I receive this: ERROR 2005 (HY000): Unknown MySQL server host
What wrong I have done ?
Thank you