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). |