How To Reset MySQL Or MariaDB Root Password
Reset MySQL or MariaDB Root password First, stop the database server. If you use MySQL, type the following command and hit ENTER key. $ sudo systemctl stop mysql For MariaDB: …
How To Reset MySQL Or MariaDB Root Password Read More