摘要: * fetchone() : 返回单个的元组,也就是一条记录(row),如果没有结果 , 则返回 None cu.execute("select user,password from user where user='%s'" %name) arr= cur.fetchone() 此时 通过 arr 阅读全文
posted @ 2018-11-13 14:39 andy_0212 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 1.- How do I get mysql prompt in linux terminal? At the Enter password: prompt, well, enter root's password :) You can find further reference by typin 阅读全文
posted @ 2018-11-13 09:08 andy_0212 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 管理MySQL的客户端软件-MySQL Workbench 阅读全文
posted @ 2018-11-13 08:59 andy_0212 阅读(96) 评论(0) 推荐(0) 编辑