[ mysql ] 테이블 engine 확인하는 방법

JooKit 주킷 2021. 12. 7. 10:38
목차 접기
728x90
반응형
SHOW TABLE STATUS WHERE Name = 'table name';

위의 쿼리를 입력하면 테이블의 ENGINE, 현재 테이블의 row 수, index_length, create_time, update_time, comment 등을 확인할 수 있다.

728x90
반응형
LIST