How do I stop a cloud_sql_proxy
connection?
When I try to connect to my local mysql db I get: MySQL said: Access denied for user 'root'@'cloudsqlproxy~xx.xxx.xx.xxx' (using password: NO)
even though I'm connecting to 127.0.0.1
, clear the proxy is getting in the way.
I can't find this in the docs... Help!