전산/Database
mysql monitoring
모니터링 및 초기화 명령어 show status - MySQL 데이타베이스의 현재 상황 show Processlist - MySQL 프로세스 목록 show variables - 설정 가능한 모든 변수 목록 flush logs - MySQL의 로그파일 초기화 flush status - MySQL 상태정보 초기화 flush thread - 쓰레드 캐시에 저장된 쓰레드 초기화 flush tables - MySQL에 캐싱된 테이블 초기화 flush privileges - 권한정보 재 설정 Connection 튜닝 1. status Aborted_clients - 클라이언트 프로그램이 비 정상적으로 종료된 수 Aborted_connects - MySQL 서버에 접속이 실패된 수 Max_used_connection..
2021. 4. 12. 10:49
최근댓글