您好,登錄后才能下訂單哦!
# -*- coding: utf-8 -*- import MySQLdb try: conn =MySQLdb.connect(host='localhost',user='root',passwd='123456',db='python_test',port=3306) cur = conn.cursor() #光標 cur.execute('use python_test;') cur.execute('CREATE TABLE test(id char(20));') cur.close() conn.close() except MySQLdb.Error,e: print '連接失敗。',e
安裝MySQLdb模塊:
yum install MySQL-python -y
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。