How to Reset MySQL Root Password
Introduction
If you’ve forgotten your MySQL root password, you can reset it easily with a few commands. This guide shows you how to recover access to your MySQL server on Linux.
Step-by-step Guide
- Stop the MySQL service
- sudo systemctl stop mysql