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 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.