pip install MySQL-python
1.wget2.cd MySQL-python-1.2.3
3.yum -y installpython-develmysql-devel
4.mkdir -p /usr/local/mysql/lib && ln -s /opt/mysql/lib /usr/local/mysql/lib/mysql
5.Edit the setup_posix.py and change the following
mysql_config.path = "mysql_config"
to
mysql_config.path = "/usr/local/mysql/bin/mysql_config"
6. sudo python setup.py build && sudo python setup.py install
页:
[1]