Thread: Logger
View Single Post
  #2 (permalink)  
Old 03-27-2006, 08:08 PM
KevinH KevinH is offline
Zimbra Employee
 
Posts: 4,784
Default

Your on the right track. Take the password from:

zmlocalconfig -e -f mysql_logger_root_password='<>';

Then use:

update user set password=PASSWORD('<>') where user like 'root%';
flush privileges;

To reset it.

Restart logger and hope for the best.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote