Hi, mySql is not (at least currently) directly supported on App Engine, you have to use the datastore based on Google BigTable and interface with it via JDO/JPA: see appropriate docs on Dev Guide
You can also use 3rd party extensions to interface: I personally use Objectify. You can also probably access a remote mySql server from App Engine but I would not do it: slow, unsecure, etc.. regards didier On Nov 21, 5:58 pm, ankit <[email protected]> wrote: > Hi.. > I have deployed an application which is connected to my MySQL database > to fetch the values. > I want to know how will google fetch values from my machine and show > the result whenever user runs the application. Do i have to create a > database on google server? If yes than how can i create it.Since i am > using google app on free basis,so do i need to pay for the database or > is it free?? > I have read that google supports MYSQL,so how can i use MYSQL as a > backend for my application.. > > Any idea or suggestions are welcome. > Thanks in advance.. > > Ankit -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
