a friend is trying to get MySQL working on his Mac OS X Server 10.1.
Since he couldn't find MySQL after installing Mac OS X Server, he downloaded the MySQL package from
this site , and followed the isntructions, he got to the last step, and it isn't working.
I tried to get it to work so I cd'd to /usr/local/mysql and typed
sudo ./bin/safe_mysqld --user=mysql &
and get the error perrmisison denied.
I read the .err file and it says
kCGErrorIllegalArgument : CGSNewConnection cannot get connection port
kCGErrorIllegalArgument : CGSNewConnection cannot get connection port
kCGErrorInvalidConnection : CGSGetEventPort: Invalid connection
I am logged in as root.
How to I completely remove mySQL so I can reinstall it? Any idea's on how to fix this?