MariaDB 모니터링 및 초기화 명령어
페이지 정보
본문
show status
- MySQL 데이타베이스의 현재 상황
show Processlist
- MySQL 프로세스 목록
show variables
- 설정 가능한 모든 변수 목록
flush logs
- MySQL의 로그파일 초기화
flush status
- MySQL 상태정보 초기화
flush thread
- 쓰레드 캐시에 저장된 쓰레드 초기화
flush tables
- MySQL에 캐싱된 테이블 초기화
- MySQL 데이타베이스의 현재 상황
show Processlist
- MySQL 프로세스 목록
show variables
- 설정 가능한 모든 변수 목록
flush logs
- MySQL의 로그파일 초기화
flush status
- MySQL 상태정보 초기화
flush thread
- 쓰레드 캐시에 저장된 쓰레드 초기화
flush tables
- MySQL에 캐싱된 테이블 초기화
- 이전글MariaDB 파라미터 9 21.08.18
- 다음글SET global 명령어 21.08.06
댓글목록
등록된 댓글이 없습니다.