Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- PHP 5.2.17 .ini
- python 3.X 소스 설치
- node.js
- epel repository
- Node.js apache 연동
- httpd.conf
- Repository
- PHP 5.2 .ini
- gcc update
- httpd-dav.conf
- httpd 2.2.32
- Node.js 소스 설치
- httpd-info.conf
- mod_unique_id
- httpd-autoindex.conf
- CentOS 6
- jQuery
- httpd-vhosts.conf
- CentOS 6.10
- python 3.5.10
- apache 연동
- Mod_Security 룰 셋
- httpd-default.conf
- CentOS
- httpd-mpm.conf
- unique_id
- MySQL 5.1.41
- vimrc 옵션
- MySQL
- vim color scheme
Archives
- Today
- Total
목록MySQL 5.1.41 (2)
곰시기's
[Linux] CentOS 6.10 - 14. my.cnf 분석 정리
[client] #password= your_password port = 3306 # TCP 포트 번호 socket = /tmp/mysql.sock # 서버와 클라이언트 사이에 통신을하는 유닉스 소켓파일 [mysqld] port = 3306 # TCP 포트 번호 socket = /tmp/mysql.sock # 서버와 클라이언트 사이에 통신을하는 유닉스 소켓파일 #skip-locking # 비활성화시 외부 접근에 대한 제한( mysql Ver. 4.0.3 이전 ) skip-external-locking # 비활성화시 외부 접근에 대한 제한 skip-name-resolve # 활성화시 클라이언트에서 서버로 접속시 DNS Lookup 과정 skip old_passwords = 1 # 서버가 MySQL 계정용 ..
Sever/CentOS 6.10
2020. 11. 26. 16:13