DEV Community

Discussion on: ACCESS DENIED: Reset MySQL root user password

Collapse
 
arthurz profile image
Arthur

Then it disallows connecting via GUI tools as the MySQL Workbench with error:

You must reset your password using ALTER USER statement before executing this statement.

To overcome this run

SET PASSWORD = PASSWORD('securepassword');

In the mysql shell.