I despaired as my Google Cloud SQL instance went down. I could connect to it yesterday without any problems, but in the morning I canβt connect to it anyway, it produces the following error message: The database server returns an error message: SQLSTATE [HY000] [2013] Lost connection MySQL server when "reading source communication packet", system error: 0
Here is what I did to fix this:
- reboot instance
- Authorized IP addresses added in CIDR notation
- reset root password
- restored backup
- pinged ip-address and I get a response
All of these steps are complete, but I still cannot connect through:
- Php
- Workbench mysql
- Ubuntu MySQL command line
All without luck. What can I do to restore an instance of Cloud SQL. Does anyone else have this problem?
source share