MySQL system variables

[system variables] datadir

ourzioya 2022. 10. 27. 20:06

 

system variables 목록 :

 

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 data directory 의 경로를 지정합니다.  
  • data directory 는 MySQL 설치 후 기본 확인 사항 및 초기 설정 에서 [data 경로] 항목을 참고하세요.
  • Global scope 의 변수입니다.
  • Command-line 옵션으로 사용될 경우 아래와 같은 형식으로 사용합니다.

 

--datadir=path_name

 

 

아래는 Option 파일에서 사용한 예입니다.

 

[server]
datadir=/var/lib/mysql