I installed and set up MySQL on Snow Leopard, and created a Launch Deamon to start MySQL automatically (Got it from this tutorial). But the step to verify that it is working, doesn't work for me:
mysql -uroot
That is because I have to log in with a password:
mysql -uroot -p
Will this be a problem when it tries to start?