python MYSQLdb安装
ptyhon2.7.3
wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
wget http://download.sourceforge.net/sourceforge/mysql-python/MySQL-python-1.2.3.tar.gz
wget http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11-py2.7.egg#md5=fe1f997bc722265116870bc7919059ea
安装python2.7.3
tar -jxvf Python-2.7.3.tar.bz2
安装zlib
cd Models/zlib ./configre make && make install
安装python
./configre prefix=/opt/python make && make
install ln -s /opt/python/bin/python2.7 /usr/bin/
安装setuptools
sh setuptools-0.6c11-py2.7.egg
安装mysql-devel
yum -y install mysql-devel
安装mysqldb
修改site.cfg去除注释 #mysql_config = /usr/lib/mysql/mysql_config
mysql_config='这里填你的mysql_config'
python2.7 setup.py build
python2.7 setup.py install