Enrico
Enrico

Reputation: 361

Google Cloud Sql Proxy error while executing the file

This is the command I run in my shell: ./cloud_sql_proxy -instaces=[my_project_id:europe-west3:my_project_name]=tcp=5432.

Sometimes i got the following errors messages:

Upvotes: 5

Views: 2466

Answers (1)

Enrico
Enrico

Reputation: 361

Solved by running ./cloud_sql_proxy -instances=my_project_id:europe-west3:my_project_name=tcp:5432 in my shell.

Upvotes: 4

Related Questions