I'd like to test web2py with mysql on my development platform. My mysql installation does not have a password set. How do I connect with mysql from within web2py? I've tried many variants of this:
db = SQLDB('mysql:::3306/test') but none seem to work. I consistently get the error message: File "gluon/sql.py", line 954, in __init__ SyntaxError: database type not supported Anybody have a helpful suggestion? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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 -~----------~----~----~----~------~----~------~--~---