摘要: -- 生成报告文件到/tmp目录中 tee /tmp/mysql_performance_stat.txt -- 统计性能指标前先开启下列参数,该参数使用IS数据库来存放数据库信息,由于使用PS库存放还存在BUG,信息统计不全 show variables like 'show_compatibility_56'; set global show_compatibility_56=on; sh... 阅读全文
posted @ 2016-05-03 21:49 ZhenXing_Yu 阅读(934) 评论(0) 推荐(0)