xf_search_index crashed - errors...

Kainzo

Active member
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Table './hco_xenforo/xf_search_index' is marked as crashed and should be repaired - library/Zend/Db/Statement/Mysqli.php:77
Generated By: XXXX, 17 minutes ago
I tried rebuilding catch and deleting index, still occurring, any thoughts on how to resolve this?

I attempted a repair:
mysql> repair table xf_search_index;
+-----------------------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+-----------------------------+--------+----------+----------+
| hco_xenforo.xf_search_index | repair | status | OK |
+-----------------------------+--------+----------+----------+
1 row in set (1 min 14.72 sec)

If this doesn't fix the issue - I'm not sure what will and waiting for it to come up again.
 
Last edited:
Top Bottom