I'm getting the following when trying to connect to Cloud SQL from app engine using python:
super(Connection, self).init(*args, **kwargs2) OperationalError: (2013, "Lost connection to MySQL server at 'reading initial communication packet', system error: 38")
I've posted this on stackoverflow:
http://stackoverflow.com/questions/40425349/unable-to-connect-to-cloud-sql-from-app-engine-python
No luck so far. My appengine app is a few years old and I'm concerned that google may need to get involved. Unfortunately I'm a bronze customer and have no way to ask for technical support.
Thought I'd drop it in here too in case someone has an answer. If I'm unable to resolve I may have set up my database elsewhere.
Hoping someone has a solution.
Thanks.