1 개요[ | ]
- MySQL CHECK TABLE
Console
Copy
mysql> ANALYZE TABLE employee;
+---------------+---------+----------+-----------------------------+
| Table | Op | Msg_type | Msg_text |
+---------------+---------+----------+-----------------------------+
| test.employee | analyze | status | Table is already up to date |
+---------------+---------+----------+-----------------------------+
1 row in set (0.03 sec)
2 같이 보기[ | ]
3 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.