$ mysqld --verbose --help | grep -A 1 'Default options'Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
쉘 창에 위의 명령어를 입력하면 my.cnf가 있는 위치를 알 수 있다.
'MySQL' 카테고리의 다른 글
| [MySQL] 데이터 EXPORT 하는 2가지 방법 (0) | 2017.11.07 |
|---|---|
| [MySQL] 현재 프로세스 리스트 보기 (0) | 2017.10.31 |
| [MySQL] Load Data 시도 중 secure_file_priv 문제 직면 (0) | 2017.10.26 |
| [MySQL] Load Data, 파일로 데이터 Import 하기 (0) | 2017.10.25 |