- profiling 설정 확인 0 이면 안함, 1이만 프로파일링함
- 설정하려면
- set profiling = 1;
- profiling history size 변경하기
-
SET @@profiling_history_size = 100
-
- profiling 된 리스트 검색
- show profiles;
- 특정 쿼리에 대한 프로파일
- show profile all for query 쿼리id
SET @@profiling_history_size = 100