MySQL Error Log purge / log rotate

loggingMySQL

My MySQL enterprise server has limiting disk space for logging. Error log file increasing size day by day and difficult to limit the size of error log.

Can I Limit MySQL Error Log file size?

Is there any purge command for error log?

Can I apply Log rotation option?

Best Answer

It use to be done by operating system.In Debian, for example, logrotate do it.

man logrotate for more info.