Python安装Python的mysql模块

Posted xiandedanteng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python安装Python的mysql模块相关的知识,希望对你有一定的参考价值。

在控制台中输入pip install pymysql即可,以下是输出:

C:\Users\horn1\Desktop\python\15>pip install pymysql
Collecting pymysql
  Downloading PyMySQL-0.8.0-py2.py3-none-any.whl (83kB)
    100% |████████████████████████████████| 92kB 226kB/s
Installing collected packages: pymysql
Successfully installed pymysql-0.8.0
You are using pip version 9.0.1, however version 9.0.3 is available.
You should consider upgrading via the python -m pip install --upgrade pip command.

 

以上是关于Python安装Python的mysql模块的主要内容,如果未能解决你的问题,请参考以下文章

为Windows下python2.7安装MySQLdb模块

python 3.5 连接mysql数据库

关于在Python3.6下安装MySQL-python模块的问题

python2.7.9安装mysql-python模块

基于Python3.6使用Django框架连接mysql数据库的驱动模块安装解决办法

解决python2安装MySQL-python模块报错