OS
my.cnf 위치 찾기
까마기
2015. 1. 10. 19:39
728x90
반응형
my.cnf 위치 찾기
/usr/local/mysql/bin/mysql --verbose --help | grep -A 1 'Default options'
[root@localhost ~]# 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
반응형