At 10:05 PM 6/1/03, you wrote:
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

Reply via email to