summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql/my.cnf
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-16 06:05:25 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-16 06:05:25 (GMT)
commitfac3c8c6017a5f39ca1aca36f01493fa016d962c (patch)
treed253676e03ac3569b1a4f6b47531e74232f3bf7b /abs/core-testing/mysql/my.cnf
parent38194ecb24d72258fd994cdb8aef7d34035c19b3 (diff)
parente2f581d7a980085e0078e01f1a38886ab88127ec (diff)
downloadlinhes_pkgbuild-fac3c8c6017a5f39ca1aca36f01493fa016d962c.zip
linhes_pkgbuild-fac3c8c6017a5f39ca1aca36f01493fa016d962c.tar.gz
linhes_pkgbuild-fac3c8c6017a5f39ca1aca36f01493fa016d962c.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 927b9c8..7202fcd 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 = /var/lib/mysql
+datadir = /data/srv/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