ok. this is what i got when doing the following command:..
# /etc/rc.d/init.d/mysqld stop
# /usr/bin/safe_mysqld --skip-grant-tables
# mysql -u root
mysql> use mysql;
mysql> update user set Password = PASSWORD('pass') where User ='root';
mysql> update root set Password = PASSWORD('password');
ERROR 1146: Table 'mysql.root' doesn't exist
mysql>
Any ideas?
Nope, sorry. Hopefully someone can help you. Or backup your data and try reinstalling.
-Ryan
