View Single Post
  #9 (permalink)  
Old 02-13-2008, 09:54 PM
bobby bobby is offline
Zimbra Employee
 
Posts: 515
Default

It looks like the problem was always with the logger mysql password. I think the mailbox mysql migration is done. Let's check the database:

# su - zimbra
$ mysql zimbra
> select * from config;
> describe scheduled_task;

I think you could make a copy of zmsetup.pl, comment out everything in the applyConfig subroutine up to "configInitLogger();", and then run that (Brian, please correct me if I'm wrong).
__________________
Search the Forums - Bugzilla - Wiki - Downloads
Reply With Quote