I installed MySQL 5.0.45 using the package distribution download from mysql, then installed the startup items and then installed the preference pane.
So when I click start mysql it doesnt start, in the preference pane that is.
if i do sudo /Library/StartupItems/MySQLCOM/MySQLCOM start, it doesn't start...
but if I do what that script does, that is run the same command, mysql runs that is sudo /usr/local/mysql/support-files/mysql.server start it starts mysql
The same idea follows for stop
How come the Startup Item does not work as intented? Is there something that is not compatible with OSX 10.5?
Or have I done something that was not suppose to be done?
Thanks
So when I click start mysql it doesnt start, in the preference pane that is.
if i do sudo /Library/StartupItems/MySQLCOM/MySQLCOM start, it doesn't start...
but if I do what that script does, that is run the same command, mysql runs that is sudo /usr/local/mysql/support-files/mysql.server start it starts mysql
The same idea follows for stop
How come the Startup Item does not work as intented? Is there something that is not compatible with OSX 10.5?
Or have I done something that was not suppose to be done?
Thanks