şöyle birşey buldum işe yarar mı bilmiyorum
How to reset MySQL or MariaDB root password?
1. First you need to stop MySQL or MariaDB server.
root@localhost:# service mariadb stop
root@localhost:~# service mysql stop
2. Start the MySQL/MariaDB server without loading the grant tables...