View Single Post
  #10 (permalink)  
Old 02-13-2008, 09:56 PM
jholder jholder is offline
Former Zimbran
 
Posts: 5,606
Default

Quote:
Originally Posted by bobby View Post
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).
Bobby's right! I didn't realize it was the logger. I assumed it was your db for the mailstore.
Great catch!
Reply With Quote