I've been trying to connect unsuccessfully to my google cloud sql database (mysql) with the IPV6 address that Google gives you.
mysql -h 0:0:0:0:0:aaaa:aaaa:aaaa -u admin -p
The client prompts for a password but it won't allow me to connect.
ERROR 2003 (HY000): Can't connect to MySQL server on ...
If I use the IPV4 I can connect without any issues. Has anyone else experienced any issues with this?