[web2py] Re: DAL Query string for MariaDB

2017-01-31 Thread SR
It wasn't working due to different reason. After fixing that this Query string works. On Friday, January 20, 2017 at 4:43:40 PM UTC-6, SR wrote: > > What will be DAL Query string in db.py for MariaDB database in my Centos 7 > machine? > Is this right? > db = DAL('mysql://root:password@localhos

[web2py] Re: DAL Query string for MariaDB

2017-01-23 Thread Jorrit
Did you try it to see what happens? On Friday, January 20, 2017 at 11:43:40 PM UTC+1, SR wrote: > > What will be DAL Query string in db.py for MariaDB database in my Centos 7 > machine? > Is this right? > db = DAL('mysql://root:password@localhost/db_name’) > -- Resources: - http://web2py.com -