문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| dbms:mysql:admin:table [2018/08/11 01:33] – 만듦 starlits | dbms:mysql:admin:table [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 11: | 줄 11: | ||
| < | < | ||
| SELECT count(*) NUM_OF_TABLE, | SELECT count(*) NUM_OF_TABLE, | ||
| - | table_schema, | + | table_schema, |
| + | | ||
| concat(round(sum(data_length)/ | concat(round(sum(data_length)/ | ||
| concat(round(sum(index_length)/ | concat(round(sum(index_length)/ | ||
| concat(round(sum(data_length+index_length)/ | concat(round(sum(data_length+index_length)/ | ||
| - | round(sum(index_length)/ | + | |
| FROM information_schema.TABLES | FROM information_schema.TABLES | ||
| GROUP BY table_schema | GROUP BY table_schema | ||