You can't use MySQL or any other traditional RDBMS with App Engine, you'll need to use Google's Datastore:
http://code.google.com/appengine/docs/java/datastore/ On Jan 2, 7:04 pm, mobject <[email protected]> wrote: > Hello, > > I would like to test my app with local db before deploying to > APPEngine but I could not config my jdo to connect to my local Mysql > database. > > Could anyone help me on this ? > > Thank you in advance, > > mobject -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
