11-04-2012, 12:38 PM
I did it with mysql stopped or whatcha mean?
and i did it like that :
service mysqld stop
mysqld_safe –skip-grant-tables
mysql –user=root mysql
UPDATE user SET password=PASSWORD(‘empty’) WHERE user=’root’;
flush privileges;
exit;
/etc/init.d/mysql start
Thats it

