From e478c126608b41328a73dd5ca7722006970a6816 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Fri, 7 Nov 2008 20:44:29 -0600 Subject: networking needs to be enabled by default for non standalone installs to work. networking is disabled during install for type standalone --- abs/core-testing/mysql/PKGBUILD | 2 +- abs/core-testing/mysql/my.cnf | 2 +- 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 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 -- cgit v0.12