[web2py] Re: GAE local MySQL with DAL

2013-08-15 Thread Massimo Di Pierro
Which web2py version? On Thursday, 15 August 2013 04:32:58 UTC-5, Grace wrote: > > Hi Massimo, > > Thanks for the reply. I have change the line to > > db = DAL('google:sql://username:password@localhost/dbname') > > and the GAE logs now show the following: > > File "C:\Program Files > (x86)\

[web2py] Re: GAE local MySQL with DAL

2013-08-15 Thread Grace
Hi Massimo, Thanks for the reply. I have change the line to db = DAL('google:sql://username:password@localhost/dbname') and the GAE logs now show the following: File "C:\Program Files (x86)\Google\google_appengine\web2py\gluon\dal.py", lin e 9958, in select return adapter.select(self.qu

[web2py] Re: GAE local MySQL with DAL

2013-08-15 Thread Massimo Di Pierro
I do not believe GAE allows connections to external MySQL services. You have to connect to theirs with using DAL('google:sql://...') On Thursday, 15 August 2013 02:33:04 UTC-5, Grace wrote: > > Hi, > > I am trying to work with Web2py for GAE, connect to my local MySQL. When I > use DAL, with th