farcepest / MySQLdb1

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

Does it support mysql 5.7 #148

Open krdeepak opened 4 years ago

krdeepak commented 4 years ago

Official documentation page says MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported.

I just upgraded from mysql 5.5. to mysql 5.7 and it seems to be working fine.

Does version 1.2.x support mysql 5.7? Are there any known issues? If everything is good, can we add it to official documentation page?

Thank you.

methane commented 4 years ago

This project is dead. Use mysqlclient. It supports MySQL 8.0.