[ERROR] Failed to write to mysql.slow_log
Ich habe einen MySQL-Server5.6.
mysql> setze global log_output = 'TABLE';
Fehlerinformationen immer in der Fehlerprotokolldatei ausgeben.
[ERROR] Failed to write to mysql.slow_log.
Ich habe kein Problem mit Festplatte, Speicher und Betriebssystem. Gibt es einen anderen Grund?
空间不是问题的话,看下是不是表太大超过系统单表限制?或者权限?如果只是偶尔出现的话或许你碰到了bug mysql5.1貌似就有这个bug 还是使用文件记录吧