mysql python

#coding=utf-8 import MySQLdb con = MySQLdb.connect(host='127.0.0.1',user='root',passwd='2',db='nan',port=3306) cur = con.cursor() cur.execute('CREATE TABLE IF NOT EXISTS tableone (id int not null au
相關文章
相關標籤/搜索