RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
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://scyingshan.cn/article/johicd.html