Initial version MySQL module.
This commit is contained in:
parent
685ecc9810
commit
598a1d440b
3 changed files with 76 additions and 0 deletions
9
mysql/files/mysql.logrotate
Normal file
9
mysql/files/mysql.logrotate
Normal file
|
@ -0,0 +1,9 @@
|
|||
/var/log/mysqld*.log {
|
||||
create 0640 mysql mysql
|
||||
notifempty
|
||||
daily
|
||||
compress
|
||||
postrotate
|
||||
mysqladmin -ulogrotate flush-logs
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue