How can I use MySQL with the Google App Engine?

In my application, I want to use MySQL with the Google App Engine. I tried to find solutions, but could not find the exact answer. Some say it’s not possible to connect to MySQL, some say that Google Cloud SQL is one option.

Does anyone have any ideas on the right approach?

+3
source share
1 answer

The ability to use MySQL in the Google App Engine exists through Google Cloud SQL. It works with both Python runtime and Java.

However, Google Cloud SQL is currently limited to limited viewing. You can see the details on how to register here .

, , Java Python.

+4

All Articles