This is going to be dumb,
but baby steps...
Thats
1) start mysql without the grant tables
2) Bash# mysql
3) Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.16-standard-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>logger
-> update user set password=PASSWORD('<>') where user like 'root%';
->flush privileges;
?
Last edited by jholder; 03-27-2006 at 08:41 PM..
|