Re: [appengine-java] How to configure PHP, MySQL & GAE

2010-09-14 Thread Ravi Dhanwate
could you please provide the details about how to configure PHP with GAE? On Mon, Sep 13, 2010 at 4:33 PM, technut wrote: > Hi > I have configured PHP with GAE and it works for me. But i am not able > to connect mySQL. > I have reviewed that mysql doesn't support directly to GAE and JDO is > one

Re: [appengine-java] How to configure PHP, MySQL & GAE

2010-09-13 Thread Ikai Lan (Google)
App Engine doesn't support SQL (yet, see roadmap http://code.google.com/appengine/docs/roadmap.html). Please read through these datastore docs to understand our persistence model: http://code.google.com/appengine/docs/java/datastore/ On Mon, Sep 13, 2010 at 4:03 AM, technut wrote: > Hi > I hav

[appengine-java] How to configure PHP, MySQL & GAE

2010-09-13 Thread technut
Hi I have configured PHP with GAE and it works for me. But i am not able to connect mySQL. I have reviewed that mysql doesn't support directly to GAE and JDO is one media for that. So how do i make connection from PHP to mySQL through JDO.? Its appreciate if you can reply me earliest. Thanks -B -