Thread
:
Logger
View Single Post
#
2
(
permalink
)
03-27-2006, 08:08 PM
KevinH
Zimbra Employee
Posts: 4,784
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
KevinH
View Public Profile
Visit KevinH's homepage!
Find all posts by KevinH