Each time I run this command in the terminal:
$ mysql -u johnnyappleseed -p
And then I enter the password, I receive this error message:
ERROR 1045 (28000): Access denied for user 'johnnyappleseed'@'localhost' (using password: YES)
Any ideas why I am receiving this error message and what does it mean?