summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql/my.cnf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-08 02:44:29 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-08 02:44:29 (GMT)
commite478c126608b41328a73dd5ca7722006970a6816 (patch)
treec55200cc97fe6bf72e80fb765cc6997fdb589c7a /abs/core-testing/mysql/my.cnf
parent6c8f178b6c8874623e780d2c049a49b780237654 (diff)
downloadlinhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.zip
linhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.tar.gz
linhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.tar.bz2
networking needs to be enabled by default for non standalone installs to work.
networking is disabled during install for type standalone
Diffstat (limited to 'abs/core-testing/mysql/my.cnf')
-rw-r--r--abs/core-testing/mysql/my.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mysql/my.cnf b/abs/core-testing/mysql/my.cnf
index 927b9c8..1da2acf 100644
--- a/abs/core-testing/mysql/my.cnf
+++ b/abs/core-testing/mysql/my.cnf
@@ -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