summaryrefslogtreecommitdiffstats
path: root/abs/core/mysql/my.cnf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-05 16:42:07 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-05 16:42:07 (GMT)
commit3ec5ecd6751d34076601560814ec2a82d3ad0702 (patch)
treeccb5ce0c05ec2b443956c87a153d6bd8258d69ef /abs/core/mysql/my.cnf
parent1e14254595134c958ef0b38daa5f6519b48b74e7 (diff)
downloadlinhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.zip
linhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.tar.gz
linhes_pkgbuild-3ec5ecd6751d34076601560814ec2a82d3ad0702.tar.bz2
mysql: removed binary logging from my.cnf
These files can get rather large and eat up all the space on the database partition. refs #874
Diffstat (limited to 'abs/core/mysql/my.cnf')
-rwxr-xr-xabs/core/mysql/my.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mysql/my.cnf b/abs/core/mysql/my.cnf
index 457a750..6d24cfa 100755
--- a/abs/core/mysql/my.cnf
+++ b/abs/core/mysql/my.cnf
@@ -54,10 +54,10 @@ join_buffer_size = 128K
# Replication Master Server (default)
# binary logging is required for replication
-log-bin=mysql-bin
+#log-bin=mysql-bin
# binary logging format - mixed recommended
-binlog_format=mixed
+#binlog_format=mixed
# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set