支持通过python操作mysql的第三方库
安装pymysql模块,点击“终端’输入
pip3 install pymsql
导入模块
import pymysql
pymysql模块
原文:https://www.cnblogs.com/pthaochiya/p/14887648.html