Okay, if you want to check that table you can do
Code:
su - zimbra
/opt/zimbra/mysql/bin/mysql --defaults-file=/opt/zimbra/conf/my.cnf -S /opt/zimbra/db/mysql.sock -A -C -s -u root --password=*****
> use zimbra;
> check table jiveUserProp;
> repair table jiveUserProp;
I would recommend you take a backup first though! and you can get the password using
Code:
su - zimbra
zmlocalconfig -s | grep -i mysql