# This section is used from mysqld.conf for logrotation. # Be sure that the password in config matches the actual one. # # ATTENTION: The mysqld.conf should be readable ONLY for *system* root! # # [mysqladmin] # user = mysql_sysadmin # password = # # where "" is the password. # # You must do this for every active cluster defined in /etc/mysql/clusters.conf /var/log/mysql/@mysqlversion@/query.log /var/log/mysql/@mysqlversion@/mysqld.log /var/log/mysql/@mysqlversion@/slow.log /var/log/mysql/@mysqlversion@/update* { olddir /var/log/archive/mysql/@mysqlversion@ notifempty missingok create 640 mysql mysql sharedscripts # NOTE: # if you run the rotation less often than "daily" then the # "expire-logs-days" mysqld server parameter may no longer work as you # expect daily postrotate /sbin/service mysql-@mysqlversion@ flush-logs endscript }