본문 바로가기

써리원의 이것저것

검색하기
써리원의 이것저것
프로필사진 써리_원

  • 분류 전체보기 (23)
    • 개발관련 (5)
    • 서버관련 (9)
    • 네트워크 (2)
    • 윈도우 (1)
    • 맛 (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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 31
Tags
  • 인덕원돈까스
  • let’s go encrypt
  • ssl 자동갱신
  • Microsoft Teams 제거
  • 팝업 제거
  • gitlab
  • 속초
  • 시작프로그램 변경
  • centos
  • 무료 ssl
  • 양지곰탕
  • 군포설렁탕
  • IP충돌
  • mariaDB
  • 에버그린돈까스
  • 백년가게
  • 군포식당
  • 3대천왕 돈까스
  • 안양 관양동
  • certbot
  • php70
  • Table
  • 동남집
  • mysql
  • 양지설렁탕
  • 모듬수육
  • Database
  • 윈도우 네트워크
  • 리눅스
  • 셀프 풍천 장어구이
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록테이블 (1)

써리원의 이것저것

mysql 용량 확인

데이터베이스별 용량 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..

개발관련 2018. 10. 1. 14:42
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바