We are testing the Google Cloud SQL service and we have a problem when importing our database.
Imported file include this command:
DROP DATABASE $my_db
But Google Cloud SQL dashboard still shows a storage size as if nothing was deleted.
Is it the right method for deleting a database without removing the supporting VM?
I don't want to delete the whole VM as instance names seem to be reserved for two months.