cloud-sql-proxy by hand in a terminal before every session, TablePro starts it when you connect and stops it when you disconnect, the same way it manages SSH tunnels and Cloudflare tunnels.
This works for Cloud SQL instances running MySQL, PostgreSQL, or SQL Server.
How it works
TablePro picks a free loopback port, runscloud-sql-proxy --port <port> --address 127.0.0.1 <instance>, waits until the local port accepts connections, then points the database driver at it. When you disconnect, quit the app, or the process exits, the proxy is torn down.
Prerequisites
Install the proxy, or let TablePro download it for you (see the binary options below).roles/cloudsql.client).
Setting up
Open the connection form, switch to the Cloud SQL Auth Proxy pane, toggle Enable Cloud SQL Auth Proxy on, enter the instance connection name, choose how to authenticate, then go back to General and click Test Connection. Keep SSL/TLS off in the SSL pane. The proxy already encrypts the connection to Cloud SQL, and the local endpoint is plain loopback. A connection uses one connection method at a time. If an SSH tunnel, Cloudflare tunnel, or SOCKS proxy is already enabled, the pane shows a button to disable it.Options
Cloud SQL instance
Authentication
Network
Local listener
cloud-sql-proxy binary
Leave the path blank to auto-detect. TablePro looks on yourPATH, in the common Homebrew locations (/opt/homebrew/bin, /usr/local/bin), and in ~/google-cloud-sdk/bin. If it isn’t found, use Download cloud-sql-proxy… or Choose… to point at a specific binary.
The in-app download fetches cloud-sql-proxy 2.23.0 and checks its SHA-256 against the value pinned for your CPU architecture. A mismatch aborts the install.
Troubleshooting
cloud-sql-proxy not found
Install it withbrew install cloud-sql-proxy, download it from the pane, or set the binary path. A GUI app doesn’t see your shell’s PATH, so a custom install location may need to be set explicitly.
