일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 팝업 제거
- 동남집
- 3대천왕 돈까스
- 군포식당
- 무료 ssl
- Table
- 인덕원돈까스
- 양지설렁탕
- 리눅스
- 백년가게
- certbot
- 에버그린돈까스
- centos
- 시작프로그램 변경
- IP충돌
- mariaDB
- ssl 자동갱신
- 속초
- 모듬수육
- mysql
- let’s go encrypt
- Microsoft Teams 제거
- 윈도우 네트워크
- Database
- 안양 관양동
- 군포설렁탕
- 셀프 풍천 장어구이
- php70
- gitlab
- 양지곰탕
- Today
- Total
목록Table (2)
써리원의 이것저것
데이터베이스별 용량 SELECT count(*) NUM_OF_TABLE, table_schema, concat(round(sum(table_rows)/1000000,2),'M') rows, concat(round(sum(data_length)/(1024*1024*1024),2),'G') DATA, concat(round(sum(index_length)/(1024*1024*1024),2),'G') idx, concat(round(sum(data_length+index_length)/(1024*1024*1024),2),'G') total_size, round(sum(index_length)/sum(data_length),2) idxfrac FROM information_schema.TABLES GROUP B..
데이터베이스별 용량 SELECT count(*) NUM_OF_TABLE, table_schema, concat(round(sum(table_rows)/1000000,2),'M') rows, concat(round(sum(data_length)/(1024*1024*1024),2),'G') DATA, concat(round(sum(index_length)/(1024*1024*1024),2),'G') idx, concat(round(sum(data_length+index_length)/(1024*1024*1024),2),'G') total_size, round(sum(index_length)/sum(data_length),2) idxfrac FROM information_schema.TABLES GROUP B..