I am very new in Google app engine please help me to solve my problem
I have created one instance in Google cloud sql when I import SQL file then it shows me error like
I solved this by creating a new database and in the SQL instance. (Default database is sys for mysql).
Steps(Non-cli version): 1) In GCP > SQL > Databases , create a new database e.g newdb 2) In your sql script, add: Use newdb;
Hope that helps someone