| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hey "Webmaster"
Thats interesting(!)
What is "options"? IE what will I be missing until I have fixed the
typo?
(I have not yet migrated from 10.3 to 10.4 server, so I am still in the
planning stage ;-)
PS.: Have you filed a bugreport to Apple?
- TvE
-----Original Message-----
From: macos-x-server-bounces+teve=email@hidden
[mailto:macos-x-server-bounces+teve=email@hidden] On Behalf Of
webmaster
Sent: 26. august 2005 17:21
To: OSXS Server
Subject: Error in MySQL startup Item in 10.4
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
_______________________________________________
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
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
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.