linux/DB
mysql engine 확인 방법
배움엔 끝이없다
2021. 11. 3. 15:02
728x90
반응형
mysql 접속 후 아래 명령어 입력
SELECT engine, support FROM information_schema.engines WHERE support='DEFAULT';
728x90
반응형
LIST