My ISP uses ipV6 so I'm unable to connect to my CloudSQL instance with MySqlWorkbench. I can connect via gcloud but only after installing a proxy recommended (and only used) by gcloud.
I've been told that I can:
Install and use a proxy on my laptop, but MySqlWorkbench 8.0 has no configuration for a proxy server (despite exhaustive searches).
Use a VPN that will convert my outgoing traffic to ipv4 somehow.
Just use mysql command line. This does work for me but I much prefer to use the Workbench.
Has anyone run into this problem and found an efficient way to overcome it?
Thanks