I used ZMySQLDA 2.0.6 and MySQL-python 0.3.0. Client side runs on RH Linux 6.2.
I am trying to connect to MySQL 3.22.22 running on FreeBSD. I have tried with different MySQL-client and devel - RPMs, source and all as necessary.
I have not found the exact same version though- so I assume this server_capabilities error has to do with it. The apparent bad compatibility between different versions surprises me if this indeed is the case.
Am I guessing right or is this error related to something else?
Thanks,
Petri
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When trying to open the new ZMySQLDA connection:
Error Type: AttributeError
Error Value: server_capabilities
I used ZMySQLDA 2.0.6 and MySQL-python 0.3.0. Client side runs on RH Linux 6.2.
I am trying to connect to MySQL 3.22.22 running on FreeBSD. I have tried with different MySQL-client and devel - RPMs, source and all as necessary.
I have not found the exact same version though- so I assume this server_capabilities error has to do with it. The apparent bad compatibility between different versions surprises me if this indeed is the case.
Am I guessing right or is this error related to something else?
Thanks,
Petri
You need MySQL-python-0.3.5 or newer.