Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 158
Line 18... Line 18...
18
# ATTENTION: This /root/.my.cnf should be readable ONLY
18
# ATTENTION: This /root/.my.cnf should be readable ONLY
19
# for root !
19
# for root !
20
 
20
 
21
# Then, un-comment the following lines to enable rotation of mysql's log file:
21
# Then, un-comment the following lines to enable rotation of mysql's log file:
22
 
22
 
23
#/var/log/mysqld.log {
23
/var/log/mysqld.log {
24
#        create 640 mysql mysql
24
        create 640 mysql mysql
25
#        notifempty
25
        notifempty
26
#	daily
26
	daily
27
#        rotate 3
27
        rotate 3
28
#        missingok
28
        missingok
29
#        compress
29
        compress
30
#    postrotate
30
    postrotate
31
#	# just if mysqld is really running
31
	# just if mysqld is really running
32
#	if test -x /usr/bin/mysqladmin && \
32
	if test -x /usr/bin/mysqladmin && \
33
#	   /usr/bin/mysqladmin ping &>/dev/null
33
	   /usr/bin/mysqladmin ping &>/dev/null
34
#	then
34
	then
35
#	   /usr/bin/mysqladmin flush-logs
35
	   /usr/bin/mysqladmin flush-logs
36
#	fi
36
	fi
37
#    endscript
37
    endscript
38
#}
38
}