Where can I get that howto?
When using mysql I got this error:
[root@server]# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Are you sure you want to reset the mysql root password? Is everything else working? If so, best not to touch the root password.
The file '.my.cnf' in the root home directory contains the password that the shell root user will use to log in to mysql. Try expanding that template and see if it makes a difference:
/sbin/e-smith/expand-template /root/.my.cnf
You did not say how your password got changed. Was it like like after an install? After an update? Or have you been changing it?
-- JJ