MySQL-python 安装

RedHat or Centos 7.5 of python2.7.5

yum install python-devel mysql-devel gcc -y
pip install MySQL-python==1.2.5

refer to https://www.jianshu.com/p/1d6824a77f1a
https://pypi.org/project/MySQL-python/

RedHat or Centos 7.5 of python3.6.4

MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently supported. Python-3.0 will be supported in a future release. PyPy is supported.

Windows Install

https://www.codegood.com/downloads

如果您喜欢我,可以通过微信请我喝果汁。

如果有疑问,可以留言或者发邮件给我 lhh_nj@163.com
原文地址:https://www.cnblogs.com/lihuanhuan/p/10612096.html