'MySQL'에 해당되는 글 2건
- 2016.08.29 :: mysql.sock 생성 위치확인
- 2016.08.29 :: Mysql, my.cnf파일 위치 확인
카테고리 없음
2016. 8. 29. 09:45
현재 설정된 mysql.sock 생성위치 확인방법
[root@localhost bin]# pwd
/usr/local/mysql/bin
[root@localhost bin]# ./mysql_config --socket
/tmp/mysql.sock
LInux
2016. 8. 29. 09:19
[root@localhost bin]# mysql --verbose --help | grep -A 1 'Default options'
Default options are read from the following files in the given order:
/etc/mysql/my.cnf /etc/my.cnf ~/.my.cnf < 여기에 나오는 파일들 전부 참조함.
'LInux ' 카테고리의 다른 글
FFMPEG 설치 (0) | 2018.10.11 |
---|---|
Centos 7 버전 nvidia 드라이버 설치 및 nouveau 설정 (0) | 2018.10.10 |
웹서버 접속자수 확인 (0) | 2016.07.21 |
NFS마운트 설정 (0) | 2016.07.06 |
FTP 계정설정 방법 (0) | 2014.12.22 |