farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
666 stars 318 forks source link

This project is dead. Use mysqlclient. #151

Open methane opened 4 years ago

methane commented 4 years ago

mysqlclient is fork of this project. It supports MySQL 8.0, MariaDB 10.x, and Python 3.x.

And Oracle provides another MySQL client library; MySQL Connector/Python. You can install it from PyPI too.

shahidkarimi commented 4 years ago

OK