http://www.jb51.net/article/105499.htm
pip install pymysql
在 __init__.py 文件中添加
__init__.py
import pymysql
pymysql.install_as_MySQLdb()