How To Reset Your MySQL or MariaDB Root Password
This tutorial will help you reset the root password of MySQL and MariaDB. Step 1 — Identifying the Database Version In order to recover root password you'll have to use different commands depending on the database versions. Run the following command to check your version mysql --version And the Output will be for MySQL: mysql [...]