Mac 10.10.1, Mysql 5.6.22
When I install mysql in my mac,and I write mysql -u root -p
on the Terminal,it occur the error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
When I use Sequel PrO to connect the mysql,it occur the same error.
I try many method in stackoverflow,suck reset mysql password,and so on,it doesn't work
Any solution for this?