Python连接MySQL数据库进行增删查改
1.连接数据库我是用的python版本是3.6.6,就得先安装PyMySQL模块;如果是Python2中则使用mysqldb模块,也需先安装。安装PyMySQL:C:\Users\asus>pip3 install PyMySQLCollecting PyMySQLDownloading https://files.pythonhosted.org/packages/a7/7d/682c4a...