mysql> check table wp_options;
+----------------------+-------+----------+-----------------------------------------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------+-------+----------+-----------------------------------------------------------------------------------------+
| wordpress.wp_options | check | error | Table upgrade required. Please do "REPAIR TABLE `wp_options`" or dump/reload to fix it! |
+----------------------+-------+----------+-----------------------------------------------------------------------------------------+
1 row in set (0.00 sec)
mysql> repair table wp_options;
+----------------------+--------+----------+------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------+--------+----------+------------------------------------------------------+
| wordpress.wp_options | repair | info | Wrong bytesec: 58- 34- 34 at 296176; Skipped |
| wordpress.wp_options | repair | info | Found block that points outside data file at 7572 |
| wordpress.wp_options | repair | info | Found block with too small length at 194732; Skipped |
| wordpress.wp_options | repair | info | Found block that points outside data file at 194744 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 204696 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 207436 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 207532 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 217276 |
| wordpress.wp_options | repair | info | Key 1 - Found wrong stored record at 244464 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 246936 |
| wordpress.wp_options | repair | info | Found block that points outside data file at 297132 |
| wordpress.wp_options | repair | warning | Number of rows changed from 161 to 150 |
| wordpress.wp_options | repair | status | OK |
+----------------------+--------+----------+------------------------------------------------------+
13 rows in set (0.48 sec)