summaryrefslogtreecommitdiff
path: root/files/config/my.cnf.CentOS
diff options
context:
space:
mode:
Diffstat (limited to 'files/config/my.cnf.CentOS')
-rw-r--r--files/config/my.cnf.CentOS2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/config/my.cnf.CentOS b/files/config/my.cnf.CentOS
index a0db861..ac58098 100644
--- a/files/config/my.cnf.CentOS
+++ b/files/config/my.cnf.CentOS
@@ -1,6 +1,6 @@
[mysqld]
datadir=/var/lib/mysql
-log-bin=mysql-bin
+log-bin=/var/lib/mysql/mysql-bin
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).