Error in MySQL startup Item in 10.4
- Subject: Error in MySQL startup Item in 10.4
- From: webmaster <email@hidden>
- Date: Fri, 26 Aug 2005 11:21:09 -0400
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- Mta-interface: amavisd-new-2.3.1-rc3-E (2005-05-06) at macftphttp.serverbox.org
Found an error in the MySQL startupItem
This:
StartService ()
{
if [ "${MYSQL:=-NO-}" = "-YES-" ]; then
ConsoleMessage "Starting MySQL"
OPTIONS=`/usr/bin/mysqld_options`
/usr/bin/mysqld_safe --user=mysql ${OPTIONS} &
fi
}
Should be:
StartService ()
{
if [ "${MYSQL:=-NO-}" = "-YES-" ]; then
ConsoleMessage "Starting MySQL"
OPTIONS=`/usr/bin/mysqld_manager_options`
/usr/bin/mysqld_safe --user=mysql ${OPTIONS} &
fi
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.