MySQL reset password
Sometimes passwords are lost …, however in most cases we can find a workaround and reset the missing password.
First stop MySQL service, then we can start it in background without loading grant table.
Now we can connect to MySQL without password … Update root password:
All done, time to stop current running instance and start MySQL service as normal.