-
database error
Hello,
I got a mail from admin zimbra that says :
Code:
Database errors found.
/opt/zimbra/mysql/bin/mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf -S /opt/zimbra/db/mysql.sock -A -C -s -u root --password=<mypassword>
zimbra.jiveUserProp
warning : 2 clients are using or haven't closed the table properly
I did :
Code:
zimbra@mail:/root$ mysql -e "check table zimbra.jiveUserProp"
+---------------------+-------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+---------------------+-------+----------+----------+
| zimbra.jiveUserProp | check | status | OK |
+---------------------+-------+----------+----------+
zimbra@mail:/root$ mysql -e "select * from zimbra.jiveUserProp"
+-------------------+--------------+---------------+
| username | name | propValue |
+-------------------+--------------+---------------+
| <Somebody's mail address> | lastActivity | 1308546274395 |
+-------------------+--------------+---------------+
Do I have to do anything else?
Or is everything ok now?
John