mysql::テーブル修復

[anyone]$ mysql -u root -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 3490970 to server version: 4.1.11-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use database
Database changed
mysql> repare table nucleus_item;
+-------------------------+--------+----------+----------+
| Table                   | Op     | Msg_type | Msg_text |
+-------------------------+--------+----------+----------+
| database.nucleus_item   | repair | status   | OK       |
+-------------------------+--------+----------+----------+
1 row in set (0.05 sec)

mysql>