So, one of the reasons i only developed 1 or 2 apps using GAE was because i 
was unhappy with the console interfaces (aside from all of the other tools 
required to even get started) and the time it takes to learn them, get 
comfortable with them etc... and back when i created my 1 or 2 apps, the 
consoles, menus, etc... seemed to change ever few weeks. Granted, this was 
a few years ago.  But now i have to do some data maintenance on one of my 
GAE websites that, thankfully, is still working just fine. I have a Cloud 
MySql database behind my website. People can register information about 
their businesses, etc... and have other people on the web search it. All is 
working fine, but now i need to simply dump the data in the MySql db AND 
make a small change to one of the fields in a MySql table.

Back before i abandoned GAE, i could easily go to 
https://appengine.google.com, find the data viewing console and type in 
queries, and actually SEE my MySql data behind my site. Now... my old 
documentation is completely defunct, with links all redirecting to new 
locations, because the google console interfaces have changed so 
drastically since I was last on the site, and i can't seem to find anything 
even remotely close to a console screen where i can select the database i 
want to query (like in the old days) and type into a text box to run some 
queries or update my schema.

Basically... i know my data is there because people are adding to it every 
day... and the data is findable on the website itself, but i can't for the 
life of me find a way to connect/view my data on 
the https://appengine.google.com or https://console.developers.google.com 
sites. Does anybody have any advice?

In my Python app settings.py code I have my:
GOOGLE_APPINSTANCE_NAME
GOOGLE_DATABASE_NAME

I'm also wondering if i can connect to this data via my desktop Navicat 
MySql client.

Do i really have to do all 
this? https://cloud.google.com/sql/docs/mysql-client

And do I have to create a MySql instance/IP if I alerady HAVE a MySql 
instance running out on GAE? My website is obviously using the MySql data 
behind it from when i first built the site. Why can I not find my MySql 
data via the Google Console(s)?


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0a9516f2-c73a-4add-95be-eeafb7388ed9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to