• MySQL매뉴얼
    • MySQL 5.6 매뉴얼
    • MySQL 5.1 매뉴얼
    • MySQL 5.0 매뉴얼
    • MySQL HA 매뉴얼
  • 기술문서
    • Xtrabackup 구성
    • 메모리 사용량 모니터링
  • 라이선스
  • 온라인문의
  • 회사소개
  • → 목 록 (MySQL5.6 한글메뉴얼) [close]
  • 1. MySQL 5.6 새로운 기능
  • 2. MySQL 설치 및 업그레이드
  • 3. MySQL Tutorial
  • 4. MySQL 프로그램
  • 5. MySQL 서버관리
  • 6. 보안
  • 7. 백업 및 복구
  • 8. 최적화
  • 9. Language Structure(언어구조)
  • 10. Character Sets(Globalization)
  • 11. 데이터형(Data Types)
  • 12. 함수와 연산자
  • 13. SQL 문법
  • 14. InnoDB 스토리지 엔진
  • 15. 기타 스토리지 엔진
  • 16. 고가용성 및 확장성
  • 17. 리플리케이션
  • 18. MySQL Cluster
  • 19. 파티셔닝
  • 20. Stored Programs and Views
  • 21. INFORMATION_SCHEMA
  • 22. PERFORMANCE SCHEMA
  • 1. Performance Schema 빠른 시작
    2. Performance Schema 구성
    3. Performance Schema 쿼리
    4. Performance Schema Instrument Naming Conventions
    5. Performance Schema Status Monitoring
    6. Performance Schema Atom and Molecule Events
    7. Performance Schema Statement Digests
    8. Performance Schema의 일반적인 테이블 특성
    9. Performance Schema 테이블 설명
    1. 성능 스키마 테이블 인덱스
    2. 성능 스키마 설정 테이블
    3. Performance Schema Instance Tables
    4. Performance Schema Wait Event Tables
    5. Performance Schema Stage Event Tables
    6. Performance Schema Statement Event Tables
    7. Performance Schema 연결 테이블
    1. accounts 테이블
    2. hosts 테이블
    3. users 테이블
    8. Performance Schema 연결 속성 테이블
    9. Performance Schema 요약 테이블
    10. Performance Schema 기타 테이블
    10. Performance Schema Option and Variable Reference
    11. Performance Schema Command Options
    12. Performance Schema System Variables
    13. Performance Schema Status Variables
    14. Performance Schema and Plugins
    15. 문제를 진단하기위한 Performance Schema 사용
  • 23. 컨넥터 및 API
  • 24. MySQL 확장
  • 25. MySQL Enterprise Edition
  • 26. MySQL Workbench
  • 27. 제약 및 제한
  • 28. MySQL 5.7 새로운 기능

22.9.7.2 hosts 테이블

hosts 테이블은 클라이언트가 MySQL 서버에 연결된 각 호스트 행을 포함합니다. 각 호스트 이름에 대해 테이블​​은 현재와 총 연결 수를 계산합니다. 테이블 크기는 서버 시작시 자동 크기 설정됩니다. 테이블 크기를 명시 적으로 설정하려면 서버를 시작할 때 performance_schema_hosts_size 시스템 변수를 설정합니다. 호스트 통계를 해제하려면이 변수를 0으로 설정합니다.

hosts 테이블에는 다음 열이 있습니다. TRUNCATE TABLE 의 효과를 포함한 성능 스키마이 테이블의 행을 유지하는 방법은 섹션 22.9.7 "성능 스키마 연결 테이블" 을 참조하십시오.

  • HOST

    클라이언트 연결되는 호스트의 이름 또는 내부 스레드 또는 인증에 실패한 사용자 세션의 경우 NULL .

  • CURRENT_CONNECTIONS

    호스트의 현재 연결 수입니다.

  • TOTAL_CONNECTIONS

    호스트의 총 연결 수입니다.

hosts 테이블은 MySQL 5.6.3에서 추가되었습니다.












서울시 강남구 영동대로 602 6층
TEL: 02-6061-0006  /  E: csr@mysqlkorea.com
주식회사 이노클러스터  등록번호 : 727-86-02261
Copyright © innocluster Co. ltd. all rights reserved