Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Installieren von mysql-python auf Centos

Ich habe Python 2.7.5, MySQL 5.6 und CentOS 7.1.1503 .

Bei mir hat es mit folgendem Befehl funktioniert:

# pip install mysql-python

Voraussetzungen hier beachten:

Python-Pip installieren:

# rpm -iUvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm

# yum -y update
Reboot the machine (if kernel is also updated)

# yum -y install python-pip

Python-Entwicklerpakete installieren:

# yum install python-devel

Installieren Sie die MySQL-Entwicklerpakete:

# yum install mysql-devel