How can I use Cloud SQL to create a database? When I use MySQL, I could easily run a sql script to create them on phpMyAdmin.
I found a site that advertises that it's possible to run SQL files right on Google Cloud SQL.
This is exactly what I want to do. I could run my code to create a couple databases, and they would be in my cloud SQL, and I could connect my appengine app to my cloudsql and it would work as expected.
But when I follow the instructions on that site, I only see this:
Where is the SQL prompt? How can I create databases on my cloud sql instance?

