MySQLdb模块只支持MySQL-3.23到5.5之间的版本,只支持Python-2.4到2.7之间的版本
PyMySQL支持 Python3.0以后的版本
https://pypi.python.org/pypi/PyMySQL
https://github.com/PyMySQL/PyMySQL/blob/master/README.rst
https://pypi.python.org/pypi/MySQL-python/1.2.5
Python interface to MySQL
MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:
MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported. Python-3.0 will be supported in a future release. PyPy is supported.
Python中的MySQL接口:PyMySQL & MySQLdb
原文:http://www.cnblogs.com/huamingao/p/6400920.html