summaryrefslogtreecommitdiff
path: root/files/config/my.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'files/config/my.cnf')
-rw-r--r--[l---------]files/config/my.cnf17
1 files changed, 16 insertions, 1 deletions
diff --git a/files/config/my.cnf b/files/config/my.cnf
index 2892fbd..6d3efc6 120000..100644
--- a/files/config/my.cnf
+++ b/files/config/my.cnf
@@ -1 +1,16 @@
-CentOS/my.cnf \ No newline at end of file
+[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