Home  >  Q&A  >  body text

slow-start - [ERROR] Failed to write to mysql.slow_log

[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?

为情所困为情所困2670 days ago1002

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-06-28 09:25:18

    If space is not a problem, check whether the table is too large and exceeds the system single table limit? Or permissions? If it only happens occasionally, maybe you have encountered a bug. Mysql5.1 seems to have this bug. It is better to use file records

    reply
    0
  • Cancelreply