Hallo, I've got problems in adding a ZMySQLDA-Object to my Folder.
Used Connection String: "my_database my_user my_password" The following Error-Message occurs:
Error Type: AttributeError Error Value: server_capabilities
Do I use a Connection String with the wrong password occurs another Error-Message:
Error Type: OperationalError Error Value: (1045, "Access denied for user: 'my_user@localhost' (Using password: YES)")
Using only a python-script (with "import MySQLlb") the connection to the MySQL-database works fine.
Any Ideas????
RedHatLinux 7.3 zope2.6.2b3-1 python 2.2.3 MySQL 3.23.56 MySQL-python 0.9.2 ZMySQLDA 2.0.9b
Known problem with MySQL-python-0.9.2 with using Python-2.2.x. Fixed in latest 0.9.3 beta.
Log in to post a comment.
Hallo,
I've got problems in adding a ZMySQLDA-Object to my Folder.
Used Connection String: "my_database my_user my_password"
The following Error-Message occurs:
Error Type: AttributeError
Error Value: server_capabilities
Do I use a Connection String with the wrong password occurs another Error-Message:
Error Type: OperationalError
Error Value: (1045, "Access denied for user: 'my_user@localhost' (Using password: YES)")
Using only a python-script (with "import MySQLlb") the connection to the MySQL-database works fine.
Any Ideas????
RedHatLinux 7.3
zope2.6.2b3-1
python 2.2.3
MySQL 3.23.56
MySQL-python 0.9.2
ZMySQLDA 2.0.9b
Known problem with MySQL-python-0.9.2 with using Python-2.2.x. Fixed in latest 0.9.3 beta.