GCP - Cloud SQL and Databases
If you run:
and then execute:
what is the expected outcome?
cloud_sql_proxy -instances=my-project:us-central1:my-instance=tcp:5432and then execute:
psql -h 127.0.0.1 -p 5432 -U user dbnamewhat is the expected outcome?
