Accessing a local MySQL instance in your GAE development environment for java using eclipse
问题 I am new to Google App Engine environment. We are starting a project where we are using Google Cloud SQL. For testing purpose we need to setup a local MySQL instance. I have tried searching for the answer, but I didn't find any that helped me. If I was to summarize my question, I am trying access a local MySQL instance in my GAE development environment using JAVA in Eclipse. 回答1: You have to add the MySQL connector in you App Engine SDK folder. You can find the connector there: http://dev