摘要: commit() 在没有执行这个属性前,所有的增删改都是没有提交成功的 # 导入模块 from pymysql import * # 链接数据库 conn = connect(host = "localhost",port = 3306,user='root',password="135853",d 阅读全文
posted @ 2020-03-02 20:31 我真的是受不了 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Python与MySQL的基本流程 # 导入模块 from pymysql import * # 链接数据库 conn = connect(host = "localhost",port = 3306,user='root',password="135853",database="jing_dong 阅读全文
posted @ 2020-03-02 19:59 我真的是受不了 阅读(350) 评论(0) 推荐(0) 编辑