让python 3支持mysqldb的解决方法
http://www.jb51.net/article/105499.htm
pip install pymysql
在 __init__.py 文件中添加
import pymysqlpymysql.install_as_MySQLdb()http://www.jb51.net/article/105499.htm
pip install pymysql
在 __init__.py 文件中添加
import pymysqlpymysql.install_as_MySQLdb()