码迷,mamicode.com
首页 > 数据库 > 详细

pymysql使用模板

时间:2021-06-07 20:09:12      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:where   port   sql   host   HERE   sel   mysq   info   nec   


db = pymysql.connect(host="localhost", port=3306, user="root", passwd="xxx", db="stu_info")
cursor = db.cursor(cursor=pymysql.cursors.DictCursor)
cursor.execute("SELECT account,psw FROM account Where ")
data = cursor.fetchall()
db.close()

pymysql使用模板

标签:where   port   sql   host   HERE   sel   mysq   info   nec   

原文地址:https://www.cnblogs.com/infinite-BKB/p/14856821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!