Im trying to connect to a mysql database crated on my local, however when I try to log in on mysql-workbench I get the following error:
Access denied for user 'root'@'localhost' (using password: YES)
My password is the standard password
, and my user is root
.. What I find even stranger is that if I try and log in too the db using mysql -u root -p
and then proceed to enter the password password
I log in fine no issue? Has anything experienced this before?
I have double checked everything, mysql workbench even recognizes a databse is active on my localhost on the initial interface.