摘要:
import re import MySQLdb host='10.76.45.7' port=3306 user='test' password='test' dbName='test' def loadSlowLogtoDb(mysqlConn,keyValueList): insertSql="insert into slowLog( \ Rows_examined,R... 阅读全文
posted @ 2017-09-16 18:41
友哥
阅读(355)
评论(0)
推荐(0)
浙公网安备 33010602011771号