mysql - Google App Engine API - Failed to Load Databases - Cloud SQL -


i have google app engine php website mysql database.

the website works , database works correctly. have connected database instance application , can access mysql client (and can perform queries).

but when access google cloud sql api via google app engine developers console (on google developer console website) database fails load.

for example:

i select correct application/database instance. go on 'google cloud sql' api , 'sql prompts' get:

 failed load databases. 

any reasons why happening? , how load database? or why won't database load in first place?

are trying access link [1] load database in browser.if yes might browser issue or multiple login problem.

[1] https://console.developers.google.com/project/app-id/sql/instances


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -