| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Mar 30, 2007, at 10:36 PM, Nigel Kersten wrote:
On 31/03/2007, at 11:25 AM, Charles Kline wrote:
root# id mysql id: mysql: no such user
As a really quick and dirty solution his will create the mysql user for you (as root).
echo "mysql:*:74:74::0:0:MySQL Server:/var/empty:/usr/bin/false" | niload passwd .
Don't forget the full stop at the end of that command.
If the group mysql doesn't exist either, then this will recreate it (again, running this as root):
echo "mysql:*:74:" | niload group .
You might want to check what's happened to the user and groups with id 74 before you do this.
-- Nigel Kersten http://explanatorygap.net
Nigel,
This did it!!!
Thanks again everyone who offered help.
- Charles
_______________________________________________ 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
| References: | |
| >mysql problems - mysql user does not exist (From: Charles Kline <email@hidden>) | |
| >Re: mysql problems - mysql user does not exist (From: Pete Akins <email@hidden>) | |
| >Re: mysql problems - mysql user does not exist (From: Charles Kline <email@hidden>) | |
| >Re: mysql problems - mysql user does not exist (From: Nigel Kersten <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.