I'm desperate since my Google Cloud SQL instance went down. I could connect to it yesterday without problem but since this morning i'm unable to connect to it in any way, it produces the following error: The database server returned this error: SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 0
This is what I did to try to fix this:
- restart instance
- added authorized ip-addresses in CIDR notation
- reset root password
- restored backup
- pinged the ip-address and I get response
All these actions completed but i'm still unable to connect through:
- PHP
- MySQL workbench
- Ubuntu MySQL command line
All without luck. What could I do to repair my Cloud SQL instance. Is anyone else having this problem?