MySQL CHECK TABLE

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}