09 2017 档案
摘要:import re import sys import getopt import MySQLdb from subprocess import call import os host='10.76.45.7' port=3306 user='test' password='test' dbName='test' def loadSlowLogtoDb(mysqlConn,keyValueL...
阅读全文
摘要: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...
阅读全文