MySQL Forums
Forum List  »  Install & Repo

Re: errors installing software Mac OS X
Posted by: Craig Hollinshead
Date: October 05, 2004 08:52PM

I encountered a similar problem, and did the following (as always YMMV):

1. After getting the message in the installer, I tried starting up MySQL anyway, and got a bunch of errors, including some related to ownership. I tried changing the ownership of the data directory (per Marc Liyanage's instructions) but I was getting invalid parameter errors from chown -- the mysql group seemed to be a problem.

2. I found this article on the Apple site:

http://developer.apple.com/internet/opensource/osdb.html

I blew away the existing mysql user, then recreated the mysql user by following the instructions in the article.

3. I then chown'ed the mysql data directory using the new user, and I was able to start up mysql.

My best guess is there was some sort of permissions problem that prevented the installer from applying the correct settings.

Good luck!!

Options: ReplyQuote


Subject
Written By
Posted
edw
September 29, 2004 07:54PM
Re: errors installing software Mac OS X
October 05, 2004 08:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.