/etc/init.d/mysql stop
/usr/sbin/mysqld --skip-grant-tables
mysql -u root -D mysql
update user set password=password('clave_') where user='root';
/usr/sbin/mysqld stop
Ahora reiniciamos el servicio y listo