summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql/my.cnf
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-15 06:36:59 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-15 06:36:59 (GMT)
commit7309564d9f5afd0d6ef985f1eecb678c8fe7cf0d (patch)
tree147675f5690e2934e4ef6dd9bf626012a8f470b8 /abs/core-testing/mysql/my.cnf
parentd4c430a738c65537924be978549bf4bf311abe6b (diff)
downloadlinhes_pkgbuild-7309564d9f5afd0d6ef985f1eecb678c8fe7cf0d.zip
linhes_pkgbuild-7309564d9f5afd0d6ef985f1eecb678c8fe7cf0d.tar.gz
linhes_pkgbuild-7309564d9f5afd0d6ef985f1eecb678c8fe7cf0d.tar.bz2
Updated MySQL. Initial lcdproc intro.
Diffstat (limited to 'abs/core-testing/mysql/my.cnf')
-rw-r--r--abs/core-testing/mysql/my.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mysql/my.cnf b/abs/core-testing/mysql/my.cnf
index 7202fcd..927b9c8 100644
--- a/abs/core-testing/mysql/my.cnf
+++ b/abs/core-testing/mysql/my.cnf
@@ -20,7 +20,7 @@ socket = /tmp/mysql.sock
[mysqld]
port = 3306
socket = /tmp/mysql.sock
-datadir = /data/srv/mysql
+datadir = /var/lib/mysql
skip-locking
key_buffer = 16M
max_allowed_packet = 1M
@@ -35,7 +35,7 @@ myisam_sort_buffer_size = 8M
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
-#skip-networking
+skip-networking
# Replication Master Server (default)
# binary logging is required for replication