On 14 September 2010 21:30, simpanoz wrote: > Hi! > Iam newbie to GAE. Can some guide me how to deploy PHP+Mysql based > application on GAE.
Firstly appengine doesnt have mysql - it has the datastore - still a database, but quite different technology. PHP doesnt run directly. Need to run PHP via Quercus which compiles it to java. First result from a web search http://www.webdigi.co.uk/blog/2009/run-php-on-the-google-app-engine/ > And what changes should be made in application to > run it smoothly on GAE. Probably a lot - too long to possibly list. So there isnt a generic list - the technolgy are just so different. > > Thanks in advance > > -- > 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. > > -- 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.
