I\'m new to the whole Mac experience. I recently installed MySQL and it seems I have to reset the password after install. It won\'t let me do anything else.
Now I al
mysql> SET PASSWORD = PASSWORD('your_new_password'); That works for me.
mysql> SET PASSWORD = PASSWORD('your_new_password');