使用SQL语句查询Mysql日志存放位置

来源:互联网 发布:js 打印数组 编辑:程序博客网 时间:2024/06/05 17:40

mysql > show variables like "slow_query_log_file";


mysql > show variables like "log_error";


mysql>show variables like 'log_%' ;

0 0