在 Mac OS X 下安装 python-mysql
先安装homebrew,http://www.jb51.net/os/MAC/408435.html1.安装mysql-connector-c brew install mysql-connector-c 2.安装MySQL-pythonpip install MySQL-python3.安装失败处理,按照安装逆序卸载,再重新安装pip uninstall mysql-pythonbrew uni
·
先安装homebrew,http://www.jb51.net/os/MAC/408435.html
1.安装mysql-connector-c
brew install mysql-connector-c
2.安装MySQL-python
pip install MySQL-python
3.安装失败处理,按照安装逆序卸载,再重新安装
pip uninstall mysql-python
brew uninstall mysql-connector-c更多推荐



所有评论(0)