- Created a Google Cloud SQL instance.
- Authorized my public IP to access the instance.
- Created user with a password to use it.
- Assigned IPv4 address to it.
I'm able to connect with the IPv4 address, but not able to connect with the default IPv6 address.
I'm on Mac OSX Yosemite, 10.10.5 and my MySQLWorkbench is 6.2.4 (also tried with 6.3).
Any possible reason why I'm able to connect with IPv4 but not IPv6?
fe80:
). You will need Global IPv6 addresses (start with2xxx:
or3xxx:
). – Ron Maupin