Hi,

I installed web2py Version 1.72.3 on Windows. When I started the
web2py server it found the MySql driver. But I couldn't get connected
to mysql in db.py. I tried following connection strings:

db = DAL("mysql://root:@localhost:3306/test")

or

db = DAL("mysql://root:@localhost/test")

both didn't work. Even the web2py server found mysql driver, I also
installed mysqldb driver but still fails the connection. Did I miss
something?

Thank you
Kutlu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to