2019-08-03 08:30:26 星期六
1.mysql配置
# cat /etc/redhat-release
CentOS release 6.5 (Final)
# mysql -V
mysql Ver 14.14 Distrib 5.6.17, for linux-glibc2.5 (x86_64) using EditLine wrapper
mysql.cnf配置
slow_query_log=1
long_query_time=1
slow_query_log_file=/usr/local/mysql/data/slow-query.log 