summaryrefslogtreecommitdiff
path: root/files/config/my.cnf.Gentoo
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.Gentoo
parentb1a03a5f1b3e483135f598491410e06451f240c9 (diff)
if we enable binary logs, we should also enable max days for them
Diffstat (limited to 'files/config/my.cnf.Gentoo')
-rw-r--r--files/config/my.cnf.Gentoo1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/config/my.cnf.Gentoo b/files/config/my.cnf.Gentoo
index 63ce645..d6f8509 100644
--- a/files/config/my.cnf.Gentoo
+++ b/files/config/my.cnf.Gentoo
@@ -53,6 +53,7 @@ log-error = /var/log/mysql/mysqld.err
basedir = /usr
datadir = /var/lib/mysql
log-bin = /var/lib/mysql
+expire_logs_days = 5
skip-locking
key_buffer = 16M
max_allowed_packet = 1M