summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-11 15:40:49 +0000
committermh <mh@immerda.ch>2008-07-11 15:40:49 +0000
commitc7752a377557a914a9cd14d8c367a1f739677f32 (patch)
tree49b728c957c70118be3c3ac9bd03b24a4007a0c0 /files
parent58d0f7698f8837c32552750c68795724e1f31cdd (diff)
fixing bin-log param
Diffstat (limited to 'files')
-rw-r--r--files/config/my.cnf.CentOS4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/config/my.cnf.CentOS b/files/config/my.cnf.CentOS
index e15efc3..a0db861 100644
--- a/files/config/my.cnf.CentOS
+++ b/files/config/my.cnf.CentOS
@@ -1,6 +1,6 @@
[mysqld]
datadir=/var/lib/mysql
-log-bin=/var/lib/mysql
+log-bin=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).
@@ -10,7 +10,7 @@ bind-address=127.0.0.1
[mysql.server]
user=mysql
-basedir=/var/lib
+basedir=/usr
[mysqld_safe]
log-error=/var/log/mysqld.log