python中mysqldb的用法 1.引入MySQLdb库 import MySQLdb 2.和数据库建立连接 conn=MySQLdb.connect(host=”localhost&# … Continue reading python中mysqldb的用法