Preface: Im aware that there are many related questions. I've combed through all that I could find but havent been able to fix this
I installed mysql for mac (Mac OS X 10.9 (x86, 64-bit), DMG Archive)
When I try to use the terminal I get
Blythes-MacBook-Air:bin blythe$ mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Blythes-MacBook-Air:bin blythe$
Or...
Blythes-MacBook-Air:bin blythe$ mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Blythes-MacBook-Air:bin blythe$
Any help is appreciated.