If you want to start MySql in Leopard, you need to call the startup item directly from the command line:
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
And to stop it:
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop
If you want to start MySql in Leopard, you need to call the startup item directly from the command line:
sudo /Library/StartupItems/MySQLCOM/MySQLCOM start
And to stop it:
sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop