Python2.7安装MySQL-python模块
2019-05-08 10:32:32

MySQL-python Linux下载地址

https://pypi.python.org/pypi/MySQL-python


如果报错EnvironmentError: mysql_config not found

需安装mysql-devel yum -y install mysql-devel

如果报错error: command 'gcc' failed with exit status 1

需安装openssl-develyum install gcc libffi-devel python-devel openssl-devel