美文网首页
3、Ubuntu 安装python Mysql交互模块pymys

3、Ubuntu 安装python Mysql交互模块pymys

作者: 机智的阿成 | 来源:发表于2019-03-04 22:14 被阅读0次

pymysql是Python用来连接mysql数据库的模块

打开Ubuntu终端输入已下安装代码:

step1. 安装pip3

step2.安装pymysql

step3.打开Python 引入pymysql模块 

            1.python

            2.import pymysql 或     from pymysql import * 加载模块 

相关文章

网友评论

      本文标题:3、Ubuntu 安装python Mysql交互模块pymys

      本文链接:https://www.haomeiwen.com/subject/zwwwuqtx.html