重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

python链接mysql数据库

import MySQLdb
conn=MySQLdb.connect(host='127.0.0.1',user='root',passwd='123456',db='08day5')
cur=conn.cursor()
#打开数据库
#提取数据
reCount=cur.execute('select * from admin')
data =cur.fetchall()
print reCount
print data
#关闭数据
cur.close()
conn.close()

网页名称:python链接mysql数据库
浏览地址:http://cqcxhl.com/article/johicd.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP