summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql
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
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')
-rw-r--r--abs/core-testing/mysql/PKGBUILD2
-rw-r--r--abs/core-testing/mysql/my.cnf2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mysql/PKGBUILD b/abs/core-testing/mysql/PKGBUILD
index 6627a97..f5575b4 100644
--- a/abs/core-testing/mysql/PKGBUILD
+++ b/abs/core-testing/mysql/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=mysql
pkgver=5.0.60
-pkgrel=3
+pkgrel=4
pkgdesc="A fast SQL database server"
arch=(i686 x86_64)
backup=(etc/my.cnf etc/conf.d/mysqld)
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