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

 

728x90

'UNIX' 카테고리의 다른 글

국가별 ip차단  (0) 2014.03.18
port scan  (0) 2014.03.18
라즈베리파이 삼바 설치(윈도우 - 유닉스 파일 전송)  (2) 2013.12.07
find  (0) 2013.10.23
grep  (0) 2013.10.23

+ Recent posts