MySQL: Access denied for user 'root'@'localhost' Mac osx -


preface: im aware there many related questions. i've combed through find havent been able fix this

i installed mysql mac (mac os x 10.9 (x86, 64-bit), dmg archive)

when try use terminal

blythes-macbook-air:bin blythe$ mysql -u root error 1045 (28000): access denied 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 user 'root'@'localhost' (using password: no) 

blythes-macbook-air:bin blythe$

any appreciated.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -