]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.logrotate
- logrotate slow, too
[packages/mysql.git] / mysql.logrotate
CommitLineData
7a0e0e17
ER
1# If the *mysql* root user has a password you have to set it in mysqld.conf
2#
3# [mysqladmin]
e0cc68c0 4# user = mysql_logrotate
4fa89cc7 5# password = <secret>
7a0e0e17 6#
4fa89cc7 7# where "<secret>" is the password.
7a0e0e17
ER
8#
9# You must do this for every cluster defined in /etc/mysql/clusters.conf
10#
11# ATTENTION: The mysqld.conf should be readable ONLY for *system* root!
12
c8070968 13/var/log/mysql/err*
f0d55a6c
ER
14/var/log/mysql/log
15/var/log/mysql/mysql.err
8aaa982b 16/var/log/mysql/slow
f0d55a6c
ER
17/var/log/mysql/update*
18{
5087696e 19 olddir /var/log/archive/mysql
7a0e0e17 20 notifempty
613e8547 21 missingok
ea57d024 22 create 640 mysql mysql
0c4232c2 23 sharedscripts
aecc7924 24 postrotate
82225fb1 25 /sbin/service mysql flush-logs
aecc7924 26 endscript
27}
This page took 0.045133 seconds and 4 git commands to generate.