The
(using password: NO) part of your error is telling you that either 1.) you are not entering a password, or 2.) you are trying to enter the password incorrectly. Just for kicks, try using the
--user=user_name --password=your_password syntax.
Also, if you leave the password blank, and use
Code:
mysql -uroot -p mysql
it should prompt you for a password.