How to reset MySQL root password
10.26.2011 | 2 Comments
In this article I’ll go through resetting MySQL root password the easiest way
We are going to stop the MySQL daemon to be able to run it in safe mode, then we are going to skip grant tables, which means we are skipping password authentication, then we will set our new password
Read more…