Home > Database > Mysql Tutorial > 安装Pyhton MySQLdb

安装Pyhton MySQLdb

WBOY
Release: 2016-06-07 16:37:19
Original
1316 people have browsed it

安装很简单,几步就好 wget -q http://peak.telecommunity.com/dist/ez_setup.pypython ./ez_setup.pywget http://downloads.sourceforge.net/project/mysql-python/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gztar -zxvf MySQL-python-1.2.3.tar.gz cd My

安装很简单,几步就好

wget -q http://peak.telecommunity.com/dist/ez_setup.py
python ./ez_setup.py
wget http://downloads.sourceforge.net/project/mysql-python/mysql-python/1.2.3/MySQL-python-1.2.3.tar.gz
tar -zxvf MySQL-python-1.2.3.tar.gz 
cd MySQL-python-1.2.3
python setup.py install
Copy after login

可能出现问题1:error: command ‘gcc’ failed with exit status 1
解决:yum install python-devel

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template