linux 安装MySQL-python

1.安装setuptools
2.yum install -y mysql-devel python-devel gcc
否则会报错:command 'gcc' failed with exit status 1
3.python setup.py install
 
原文地址:https://www.cnblogs.com/biboxie/p/4233422.html