I am unable to remember the password for mysql database.
Using the ALTER USER
statement does not work to update the password.
does anyone know how to do this?
I am entering:
ALTER USER 'root'@'localhost' IDENTIFIED BY 'passwordhere';
the error I am receiving is
"You must reset your password using the ALTER USER
statement before executing this statement."