summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mysql/mysqld
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-03 01:23:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-03 01:23:54 (GMT)
commit97c41b16d5d9ecbf1138380edbe480ae04b8fa58 (patch)
treeacb5c5686d8e2f959f1d3263a13b57934b8b8d89 /abs/core-testing/mysql/mysqld
parent4b5705e93f9be197a4ab40bd91e0368d45a95fd9 (diff)
downloadlinhes_pkgbuild-97c41b16d5d9ecbf1138380edbe480ae04b8fa58.zip
linhes_pkgbuild-97c41b16d5d9ecbf1138380edbe480ae04b8fa58.tar.gz
linhes_pkgbuild-97c41b16d5d9ecbf1138380edbe480ae04b8fa58.tar.bz2
mysql: using unmodified arch pkgbuild.
only my.cnf is modified to reflect new data dir since the init scripts no longer allow for dynmic setting of this value. cache and memory values are back at their default, they can be restored at a later date when things are stable.
Diffstat (limited to 'abs/core-testing/mysql/mysqld')
-rwxr-xr-xabs/core-testing/mysql/mysqld2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mysql/mysqld b/abs/core-testing/mysql/mysqld
index 45cfd7c..1ac88a7 100755
--- a/abs/core-testing/mysql/mysqld
+++ b/abs/core-testing/mysql/mysqld
@@ -13,7 +13,7 @@ case "$1" in
stat_busy "Starting MySQL Server"
[ ! -d /var/run/mysqld ] && install -d -g mysql -o mysql /var/run/mysqld &>/dev/null
if [ -z "$(getPID)" ]; then
- /usr/bin/mysqld_safe --skip-name-resolve --user=mysql >/dev/null &>/dev/null &
+ /usr/bin/mysqld_safe --user=mysql &>/dev/null &
if [ $? -gt 0 ]; then
stat_fail
exit 1