标签:
con = MySQLdb.connect(host="localhost(host=‘localhost‘.user=‘root‘,password=
dfb =
cur = c.cursor
cur.excute("show tables;)
cur.close
c.close
python与mysql交互
原文地址:http://www.cnblogs.com/clearlove/p/4232328.html