Hey all,

I hit an issue in the MySQLAdapter class trying to establish a
database connection. It seems the "password" keyword argument in
connect() should be "passwd"? The python-mysql docs support this:
http://mysql-python.sourceforge.net/MySQLdb.html#mysqldb

If this is an issue of different versions of MySQLdb using different
keyword arguments and a newer version does indeed use "password" then
please ignore (I'm running python2.5). Otherwise, should this be
changed?

Thanks,

Evan

Reply via email to