Reputation: 31
I am connecting to GCP cloudsql instance using pgadmin, I have set up my ip in the authorized networks under public ips in GCP connection settings. Everytime my wifi restarts i end up having a new ip, updating the new ip in the console is tiresome, expecting a workaround.
Upvotes: 0
Views: 386
Reputation: 9359
SQL Proxy is the proper tool how to connect to Cloud SQL. It creates a local proxy, so you basically connect to localhost.
Upvotes: 2