How to restore mysql root password on Linux when you forget password? This task will be very simple if you follow the steps in this article.
Step 1 : Stop MySQL Server Service
You run this command to stop MySQL Server on linux
service mysqld stop
Step 2 : Restart MySQL Server without...