网站建设资讯

NEWS

网站建设资讯

python连接mysql

#coding=utf-8
import MySQLdb

db= MySQLdb.connect("127.0.0.1","root","tvc123456","bigdata_content")
cursor=db.cursor()

文章名称:python连接mysql
文章位置:http://cdweb.net/article/ghcopd.html