728x90
find / -name 'my*.cnf'
검색해서
아무거나 갖다가 쓰면됨..
종종 My-SQL이 어느 위치의 my.cnf 파일을 참조하는지 애매한 경우가 있다.
이럴경우 아래의 명령어로 간단히 알수 있다.
앞에서부터 우선순위로 참조한다.
# /usr/local/mysql/bin/mysql --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 /usr/local/mysql/etc/my.cnf ~/.my.cnf
[출처] MY-SQL my.cnf 파일 위치|작성자 조르프
728x90