Failed to connect to mysql at 127.0.0.1:3306 with user root access denied for user ‘root’@’localhost'(using password:YES)
First check if it’s a workbench or connection problem. 1) In your windows run ‘cmd’ to open a terminal Try both 2a) mysql -u root -p -h 127.0.0.1 -P 3306 2b) mysql -u root -p -h > localhost -P 3306 3) If the connection is good you will get a password prompt, see if you … Read more