GCP - Cloud SQL and Databases
Given this command to start Cloud SQL Proxy:
What happens when your application connects to
cloud_sql_proxy -instances=my-project:us-central1:my-instance=tcp:3306What happens when your application connects to
localhost:3306?