# db2 = DAL('sqlite://scheduler_storage.sqlite')
# db2 = DAL('pymysql://root:pass@localhost/testdb2')
db2=DAL('mysql://root:pass@localhost/testdb2')
# db2 = DAL('MySQLdb://root:pass@localhost/testdb2')
# db2 = DAL('pymysql://root:pass@localhost/testdb1')
for MySQLdb and pymysql I get the error that they are not supported. mysql does not give that error but gets stuck in starting the task.
I even tried to import pymysql in web2py.py which did not help with the error of it being not supported.