Quote:
Originally Posted by uxbod Welcome to the forums
Nothing really to worry about as it is only a warning. If you wish you could go into MySQL and then under each of the databases run a check against each of the tables and repair where necessary. Alternatively you can do the following Code: su - zimbra
zmlocalconfig -s | grep zimbra_mysql_password | awk '{ print $3 }'
_then using that password you can run_
mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf --socket=/opt/zimbra/db/mysql.sock -u zimbra -p zimbra |
[zimbra@mbs1 root]$ /opt/zimbra/mysql/bin/mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf --socket=/opt/zimbra/db/mysql.sock -u zimbra -p zimbra
Enter password:
zimbra.config OK
zimbra.current_volumes OK
zimbra.deleted_account OK
zimbra.jiveExtComponentConf OK
zimbra.jiveGroupProp OK
zimbra.jiveGroupUser OK
zimbra.jiveID OK
zimbra.jiveOffline OK
zimbra.jivePrivacyList OK
zimbra.jivePrivate OK
zimbra.jiveProperty OK
zimbra.jiveRemoteServerConf OK
zimbra.jiveRoster OK
zimbra.jiveRosterGroups OK
zimbra.jiveSASLAuthorized OK
zimbra.jiveUserProp OK
zimbra.jiveVCard OK
zimbra.jiveVersion OK
zimbra.mailbox OK
zimbra.mailbox_metadata OK
zimbra.mucAffiliation OK
zimbra.mucConversationLog OK
zimbra.mucMember OK
zimbra.mucRoom OK
zimbra.mucRoomProp OK
zimbra.out_of_office OK
zimbra.scheduled_task OK
zimbra.service_status OK
zimbra.table_maintenance OK
zimbra.volume OK
How to check database? what the command?