summaryrefslogtreecommitdiff
path: root/files/config/my.cnf.CentOS
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-29 22:23:29 +0000
committermh <mh@immerda.ch>2008-07-29 22:23:29 +0000
commitf0ade619a070021109e64611a189dba1f8ac2edb (patch)
tree2dd3d4ed016a2b3a317c2c435773394529232d93 /files/config/my.cnf.CentOS
parentb1a03a5f1b3e483135f598491410e06451f240c9 (diff)
if we enable binary logs, we should also enable max days for them
Diffstat (limited to 'files/config/my.cnf.CentOS')
-rw-r--r--files/config/my.cnf.CentOS1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/config/my.cnf.CentOS b/files/config/my.cnf.CentOS
index 2bc6884..ba06d59 100644
--- a/files/config/my.cnf.CentOS
+++ b/files/config/my.cnf.CentOS
@@ -1,6 +1,7 @@
[mysqld]
datadir=/var/lib/mysql/data
log-bin=/var/lib/mysql/mysql-bin
+expire_logs_days=5
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).