1、下载安装

 wget http://ww.luojie1987.com/down/MySQL-python-1.2.3b1.tar.gz
 
 tar -zxf MySQL-python-1.2.3b1.tar.gz
 
 cd MySQL-python-1.2.3b1
 
 python setup.py build
 
 python setup.py build && python setup.py install


2、检查是否安装


[root@pbx ~]# python
Python 2.7.8 (default, May 24 2016, 13:12:49) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-11)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 
>>> import MySQLdb
>>>