I have installed MySQL locally and I am trying to use it as a development server and then upload history and master data to the RDBMS on GAE. I can connect to the local MySQL with
... c:>mysql -u root -p ...and I connect to the RDBMS with ...c:>google_sql.cmd [instance] ...
but how do I do both connections in one program. I have tried using Squirrel and Eclipse and I can connect to local but not the GAE. What is the best method of attaching to both in one app.
Thanks Dan