Tôi có Python 2.7.5, MySQL 5.6 và CentOS 7.1.1503 .
Đối với tôi, nó hoạt động với lệnh sau:
# pip install mysql-python
Lưu ý điều kiện tiên quyết tại đây:
Cài đặt pip Python:
# 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
Cài đặt các gói phát triển Python:
# yum install python-devel
Cài đặt các gói MySQL devel:
# yum install mysql-devel