pyhon2.7环境:

安装MySQLdb:

1、下载whl

https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python 

2、将whl放在python依赖的Lib下,执行以下命令

pip install [whl文件名]