Is is not possible or am I doing something wrong ?
I'd like to connect to local mysql on Google Cloud Shell but I get the classic "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'" when trying simple mysql
and "ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)" when trying mysql -h 127.0.0.1
.
Just to be clear, I'm not trying to connect to a Cloud SQL instance.
Thanks