[ERROR] Failed to write to mysql.slow_log
I have a mysql server5.6.
mysql> set global log_output = 'TABLE';
Always output error information to the error log file.
[ERROR] Failed to write to mysql.slow_log.
I have no problem with disk and memory and os,Is there any other reason?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
空间不是问题的话,看下是不是表太大超过系统单表限制?或者权限?如果只是偶尔出现的话或许你碰到了bug mysql5.1貌似就有这个bug 还是使用文件记录吧