Python下使用MySQLdb模块

2014-11-24 18:53:58 · 作者: · 浏览: 0

例如:


conn = connect(host='10.0.*.*',user='root',db='mysql',port=3306,passwd='test')