MySQL Forums
Forum List  »  Install & Repo

Re: Unable to install MySQL 5.5.8 on MacOS 10.6
Posted by: Randolph Ledesma
Date: December 17, 2010 11:28PM

Modify the mysql.server script file using the following command :

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /usr/local/mysql/support-files/mysql.server

Locate the configuration defining the basedir and set the following :
basedir=/usr/local/mysql
datadir=/usr/local/mysql/data

Save the file and start the mysql server in the system preferences / terminal

Options: ReplyQuote




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.