Did you set the root mysql password? Try setting it, and including the
password in the connect string.

Did it give you any error messages?

On Nov 11, 5:53 pm, ShoqulKutlu <[email protected]> wrote:
> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to