Skip to content

thoftheocean/mysql-python

Repository files navigation

mysql-python安装

windows系统下无法直接安装mysql-python,需要通过whl文件直接安装。

安装方式

1下载whl文件

2进入python环境下,进入该文件目录

3pip安装whl文件

64位系统:pip install MySQL_python-1.2.5-cp27-none-win_amd64.whl

32位系统:pip install MySQL_python-1.2.5-cp27-none-win32.whl

About

windows环境安装mysql-python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors