MySQLdb
is a third-party driver that provides
MySQL support for Python, compliant with the Python DB API version
2.0. It can be found at
http://sourceforge.net/projects/mysql-python/.
The new MySQL Connector/Python component provides an interface to the same Python API, and is built into the MySQL Server and supported by Oracle. See Section 21.6, “MySQL Connector/Python” for details on the Connector, as well as coding guidelines for Python applications and sample Python code.
User Comments
It would be very helpful for those testing, evaluating and or developing with version 6 to be able to have an easy to install and implement python extension for mysql.
Add your own comment.