Oops I missed the most important bit!
Sounds like your database requires a bit of TLC. To start with try the following
Code:
su - zimbra
mysql
use mboxgroup2;
repair table appointment;
check table appointment;
If that comes back as Okay then let us know and we can then repair all your tables
