Database
mysql, MariaDB show full processlist (프로세스 리스트 출력)
beop07
2022. 3. 25. 08:01
sql : show full processlist;
현재 실행중인 스레드 전부를 리스트로 출력해준다.
삭제는 kill ID번호;
keywords : mysql 전체 process, mysql process 강제 종료, GET_LOCK(), RELEASE_LOCK()
반응형