View Single Post
  #55 (permalink)  
Old 11-30-2005, 07:47 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default logger db connection

You're not connecting to the logger db

zmlocalconfig | grep sql - what port is it running on? It should be 7307

Can you log into it from the command line? Try:
logmysql
use zimbra_logger;
show tables;
Reply With Quote