]> git.pld-linux.org Git - packages/mysql.git/blob - mysql.logrotate
- after log rotation, singnal the server with `mysqladmin flush-logs'
[packages/mysql.git] / mysql.logrotate
1 /var/log/mysqld.log {
2         create 640 mysql mysql
3         postrotate
4                 /usr/bin/mysqladmin flush-logs
5         endscript
6 }
This page took 0.029933 seconds and 3 git commands to generate.