I have a Google Compute Engine instance in which I create an instance of mysql. I would like to know how I can connect to this instance from MySQL Workbench?
I have a Google Compute Engine instance in which I create an instance of mysql. I would like to know how I can connect to this instance from MySQL Workbench?
Google Cloud has quite strict connection rules.
for local development recommend using proxy using Cloud SQL Proxy
basically it's a proxy that allows you to connect your machine to the SQL server.
Another case is the machine that will use the SQL server recurrently, it must be added to the valid ip of the firewall ( VPC Network)
The steps are:
Unfortunately the entire documentation is in English