真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

python鏈接mysql數(shù)據(jù)庫(kù)

import MySQLdb
conn=MySQLdb.connect(host='127.0.0.1',user='root',passwd='123456',db='08day5')
cur=conn.cursor()
#打開數(shù)據(jù)庫(kù)
#提取數(shù)據(jù)
reCount=cur.execute('select * from admin')
data =cur.fetchall()
print reCount
print data
#關(guān)閉數(shù)據(jù)
cur.close()
conn.close()

分享題目:python鏈接mysql數(shù)據(jù)庫(kù)
當(dāng)前地址:http://weahome.cn/article/johicd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部