farcepest / MySQLdb1

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

add full support to MySQL 8 #140

Closed passos closed 5 years ago

passos commented 6 years ago

the current version doesn't support mysql 8. is there any possibility to add support to mysql 8?

methane commented 5 years ago

This project is not maintained for a long time. Use mysqlclient instead. It's a fork of this project.