I have experience with mysql: if mysql is started that will work just fine
db = DAL('mysql://root:@localhost/mydb')
python shouldn't know where is mysql - it runs a on a port 3306, and python
mysql drivers know that :)
I have experience with mysql: if mysql is started that will work just fine
db = DAL('mysql://root:@localhost/mydb')
python shouldn't know where is mysql - it runs a on a port 3306, and python
mysql drivers know that :)