Skip to content

Instantly share code, notes, and snippets.

@boris
Created August 7, 2012 00:32
Show Gist options
  • Save boris/3279958 to your computer and use it in GitHub Desktop.
Save boris/3279958 to your computer and use it in GitHub Desktop.
check table
mysql> check table custom_fields;
+----------------------------+-------+----------+----------------------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+----------------------------+-------+----------+----------------------------------------------------------------+
| code_redmine.custom_fields | check | Error | Incorrect key file for table 'custom_fields'; try to repair it |
| code_redmine.custom_fields | check | error | Corrupt |
+----------------------------+-------+----------+----------------------------------------------------------------+
2 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment