2016年9月13日

MySql-python的API手记

摘要: python控制mysql的API #import MySQLdb:引用对应的开发包#conn=MySQLdb.connect (host='localhost',user='root',passwd='root',db='test',port=3306):创建数据 库连接#cur=conn.cur 阅读全文

posted @ 2016-09-13 22:23 cloud_wh 阅读(910) 评论(0) 推荐(0) 编辑

导航