This is an example program showing how to use the native MySQL connections from Google App Engine to Google Cloud SQL.
-
Edit the
CLOUDSQL_INSTANCEandCLOUDSQL_PROJECTvalues inmain.py. -
If you have a local MySQL instance, run the app locally:
dev_appserver.py . -
Upload the app:
appcfg.py update .