Skip to content

MySQL 5.5.8 and Mac OSX 10.6.6 Issues

I have just tried to install MySQL v5.5.8 onto my Mac running OSX v10.6.6 but have run into a problem when trying to start it. Basically it came up with an error every time and failed to start.

I have come up with a workaround to get it working.

Edit this file

Mac:~ root# vi /usr/local/mysql/support-files/mysql.server

You then need to change this line (around line number 67)

bindir=./bin

to

bindir=/usr/local/mysql/bin

then try to start the server with

Mac:~ root# /usr/local/mysql/support-files/mysql.server start
Starting MySQL
. SUCCESS!

All working :)

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*