HOW-TO: Reset MySql root password.
The root password is stored in the table user in the database. If you forgot the password, you can reset it by using mysql’s safe mode. The safe mode just allow you login to the database without password.
In Linux, you shoud execute /etc/init.d/mysql stop as root. In Windows, you can using task manager to kill [...]
