Thread: Logger
View Single Post
  #5 (permalink)  
Old 03-27-2006, 08:24 PM
jholder jholder is offline
Zimbra-Yahoo Consultant
 
Posts: 5,608
Default

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.
Reply With Quote