-
[system variables] pid_fileMySQL system variables 2022. 10. 27. 20:10
MySQL system variables
MySQL system variables system variables 포맷 system variables 값 확인 방법 system variables 값 수정 방법 system variables Modifier system variables 목록 MySQL system variables MySQL system variables 은 MySQL 의 동작에 영향을 주는
zioya.tistory.com
- 현재 실행되는 MySQL Server 의 process ID 가 기록되는 파일을 지정합니다.
- default 경로는 MySQL data directory 내부의 host_name.pid 입니다.
- data directory 는 MySQL 설치 후 기본 확인 사항 및 초기 설정 에서 [data 경로] 항목을 참고하세요.
- Global scope 의 변수입니다.
- Command-line 옵션으로 사용될 경우 아래와 같은 형식으로 사용합니다.
--pid-file=file_name
아래는 Option 파일에서 사용한 예입니다.
[mysqld]
pid_file=/var/run/mysqld/mysqld.pid'MySQL system variables' 카테고리의 다른 글
[system variables] mysqlx_bind_address (0) 2022.10.27 [system variables] bind_address (0) 2022.10.27 [system variables] log_error (0) 2022.10.27 [system variables] socket (0) 2022.10.27 [system variables] datadir (0) 2022.10.27