]> git.pld-linux.org Git - packages/mysql.git/blame - mysql.logrotate
- fill_help_tables.sql moved to datadir and moved to init; rel 4
[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
5381ebad 13/var/log/mysql/log /var/log/mysql/update* {
d5d7b2f1 14 olddir /var/log/archiv/mysql
7a0e0e17 15 notifempty
613e8547 16 missingok
ea57d024 17 create 640 mysql mysql
0c4232c2 18 sharedscripts
aecc7924 19 postrotate
0c4232c2 20 /etc/rc.d/init.d/mysql flush-logs
aecc7924 21 endscript
22}
This page took 0.043459 seconds and 4 git commands to generate.