python连接mysql

#coding=utf-8
import MySQLdb

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

网页标题:python连接mysql
网页地址:http://www.scdstjk.com/article/ghcopd.html