On Sep 22, 7:16 pm, David Toledo <[email protected]> wrote: > Hi All > > Exist some way from connect Mysql database in appengine and if is possible > where can found this info or examples?
You can only make outbound connections in App Engine though http(s), XMPP or (and this would be a horrible idea) email. Your MySQL database would need to have a webservice frontend or something similar to access your data from App Engine. -- 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.
