January 2015
Intermediate to advanced
198 pages
4h 27m
English
To interact with our Cloud SQL instance, we will use the MySQL command line client, which is available for all the platforms supported by App Engine, even if we can use any client we feel more comfortable with. The client is usually shipped together with most MySQL server installation packages; besides having the MySQL client tool installed, it is advisable to install MySQL and have a local server running so that we can work with it instead of the production instance while developing applications. We will get back to this soon in this chapter.
The first task we need to perform is creating a new database on the Cloud SQL instance; we will use this to store data from our ...
Read now
Unlock full access