mysql - Connecting to Google Cloud SQL with IPV6 -


i've been trying connect unsuccessfully google cloud sql database (mysql) ipv6 address google gives you.

mysql -h 0:0:0:0:0:aaaa:aaaa:aaaa -u admin -p 

the client prompts password won't allow me connect.

error 2003 (hy000): can't connect mysql server on ... 

if use ipv4 can connect without issues. has else experienced issues this?

if isp not support ipv6 connectivity, not able use ipv6 address provided. if case, need request ipv4 address cloud sql instance. must authorize ip address connecting (not ip address of cloud sql instance). process can found in article on ‘connecting external applications’.

it important note while ipv6 address free use, assigning ipv4 address incur additional charges. recommend reviewing pricing information cloud sql can better idea of how calculated.

i hope information helpful.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -