View Single Post
  #32 (permalink)  
Old 01-19-2006, 07:57 AM
prosenbl prosenbl is offline
Intermediate Member
 
Posts: 17
Default

Quote:
Originally Posted by anand
time to start (not generally recommended) editing your mysqld_safe script. (Save away the original, first!)

Can you add "strace -f -o /tmp/mysql.strace" to where mysqld is launched by the mysqld_safe script? Not a sure fire solution, but might reveal something interesting.
Didn't get the chance to try this, as I was able to get everything working. I manually edited the my.cnf generated by zmmyinit, and the my.logger.cnf and changed bind-address to 127.0.0.1 instead of localhost.

Then, I commented out the zmmycnf from zmmyinit, and added '--force' after the '--defaults-file' argument of ./scripts/mysql_install_db command in both zmmyinit and zmloggerinit.

After running the zmmyinit and zmloggerinit scripts with those changes, everything is working fine.

Thanks for all the help, Zimbra is a great product that I look forward to working with.
Reply With Quote