冷静乐曲

文章
5
资源
0
加入时间
2年10月17天

centos7开启mysql日志

在mysql配置文件(/etc/my.cnf)中写入: general_log=1 general_log_file=/log/general.log slow_query_log=1 slow_query_log_file=/log/slowqueries.log long_query_time=5 log_output=’FILE,TABLE’ 以上配置功能为: gener...