/usr/local/etc/rc.d/mysql-server stop
[ENTER]
mysqld_safe --skip-grant-tables &
[ENTER]
mysql -u root
[ENTER]
use mysql;
[ENTER]
update user set password=PASSWORD("erolonline") where User='root';
[ENTER]
flush privileges;
[ENTER]
quit
[ENTER]
/usr/local/etc/rc.d/mysql-server start
[ENTER]
komut hata verirse aşağıdaki komutu yazınız.
/usr/local/etc/rc.d/mysql-server restart
[ENTER]
uyguladıktan sonra şifreniz erolonline olur reboot atmanıze gerek yoktur.