摘要:
* fetchone() : 返回单个的元组,也就是一条记录(row),如果没有结果 , 则返回 None cu.execute("select user,password from user where user='%s'" %name) arr= cur.fetchone() 此时 通过 arr 阅读全文
摘要:
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 阅读全文
摘要:
管理MySQL的客户端软件-MySQL Workbench 阅读全文