摘要:
* 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
阅读(490)
评论(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
阅读(476)
评论(0)
推荐(0)
摘要:
管理MySQL的客户端软件-MySQL Workbench 阅读全文
posted @ 2018-11-13 08:59
andy_0212
阅读(103)
评论(0)
推荐(0)

浙公网安备 33010602011771号