python2和python3在数据库模块支持这里存在区别, python2是mysqldb, 而到了python3就变成mysqlclient,pip install mysqlclient即可。 文章来源: python3 MySQLdb安装失败 标签 python3 mysqldb