Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Using Cloud SQL from Google App Engine

This is an example program showing how to use the native MySQL connections from Google App Engine to Google Cloud SQL.

Running the sample

  1. Edit the CLOUDSQL_INSTANCE and CLOUDSQL_PROJECT values in main.py.

  2. If you have a local MySQL instance, run the app locally:

     dev_appserver.py .
    
  3. Upload the app:

     appcfg.py update .