MySQL REPAIR TABLE

1 개요[ | ]

MySQL REPAIR TABLE
Console
Copy
mysql> REPAIR TABLE employee;
+---------------+--------+----------+----------+
| Table         | Op     | Msg_type | Msg_text |
+---------------+--------+----------+----------+
| test.employee | repair | status   | OK       |
+---------------+--------+----------+----------+
1 row in set (0.07 sec)

2 같이 보기[ | ]