summaryrefslogtreecommitdiff
path: root/files/config/CentOS
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-01 18:33:18 +0000
committermh <mh@immerda.ch>2008-07-01 18:33:18 +0000
commitf2db68fc8fb06289db327ed3d47e8531a232a84c (patch)
tree9614c9dc0f5aaab21d388bee825f388a36ba99a0 /files/config/CentOS
parent25fbef80605b0ac7d29daf07d98f145f3f9936a6 (diff)
removed unneeded files
Diffstat (limited to 'files/config/CentOS')
-rw-r--r--files/config/CentOS/my.cnf16
1 files changed, 0 insertions, 16 deletions
diff --git a/files/config/CentOS/my.cnf b/files/config/CentOS/my.cnf
deleted file mode 100644
index 6d3efc6..0000000
--- a/files/config/CentOS/my.cnf
+++ /dev/null
@@ -1,16 +0,0 @@
-[mysqld]
-datadir=/var/lib/mysql
-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).
-old_passwords=0
-
-bind-address=127.0.0.1
-
-[mysql.server]
-user=mysql
-basedir=/var/lib
-
-[mysqld_safe]
-log-error=/var/log/mysqld.log
-pid-file=/var/run/mysqld/mysqld.pid