Connection

Connectiong via cloud SQL proxy

In order to connect with GCP mysql, you have to download cloud SQL proxy first

https://cloud.google.com/sql/docs/mysql/connect-admin-proxy

and put it in your root folder (windows)

Connection name/instance

Run this command line in your terminal to run localhost server as google mysql server.

./cloud_sql_proxy -instances=<YOUR INSTANCE>=tcp:3306

Last updated

Was this helpful?