【数据库】python访问mysql
摘要:
import MySQLdb 所有的数据库遵循相同的python database API 需要建立connection对象连接数据库,之后建立cursor对象处理数据。 conn = MySQLdb.Connect(host=, port=, user=, passwd=, db=, charse 阅读全文
posted @ 2016-08-02 21:02 yesuuu 阅读(124) 评论(0) 推荐(0) 编辑