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

Sorry I should have given the exact commands to get to the logger db.

mysql -P 7307

use zimbra;
update user set password=PASSWORD('pass') where user like 'root%';
flush privileges;
__________________
Bugzilla - Wiki - Downloads - Offline Client

Last edited by KevinH : 03-27-2006 at 08:58 PM.
Reply With Quote