我在Windows上使用ActiveState Python 3,并想连接到我的MySQL数据库。我听说那mysqldb是要使用的模块。我找不到mysqldbPython 3。
mysqldb
有二进制文件存在的存储库mysqldb吗?如何在Windows上的Python 3中连接到MySQL?
当前有一些将python 3与mysql结合使用的选项:
https://pypi.python.org/pypi/mysql-connector- python
https://pypi.python.org/pypi/pymysql
MySQLdb
pymysql.install_as_MySQLdb()
https://pypi.python.org/pypi/cymysql
https://pypi.python.org/pypi/mysqlclient
python-mysqldb
python3-mysqldb
此处的基准测试:https://github.com/methane/mysql-driver- benchmarks