Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


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.