I've got an odd problem with the mysql, according to zmcontrol status it's not running (neither is mailboxd but I assume that's because it depends on mysql). But when I try to run mysql.server start is says mysqld is running is safe mode. I also have this in the mysql error logs:
Code:
090616 17:35:43 mysqld started
090616 17:35:44 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
090616 17:35:44 [Warning] option 'max_join_size': unsigned value 18446744073709551615 adjusted to 4294967295
090616 17:35:46 InnoDB: Started; log sequence number 0 43655
090616 17:35:46 [Note] /opt/zimbra/mysql/libexec/mysqld: ready for connections.
Version: '5.0.67-log' socket: '/opt/zimbra/db/mysql.sock' port: 7306 Source distribution
I'm running on CentOS 5.3
Thanks!