CentOS 7 - mariadb 10.1 ¼³Ä¡ (yum)

   Á¶È¸ 11802   Ãßõ 0    

https://mariadb.com/kb/en/mariadb/yum/

 

/etc/yum.repos.d/mariadb.repo 에 다음과 같이 repo를 구성

 

[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

 

sudo yum install MariaDB-server MariaDB-client

 

systemctl start mariadb

systemctl enable mariadb

mysql_secure_installation (secure 설치)

 

/etc/security/limits.conf를 수정 합니다. 파일의 마지막에 추가.

mysql   soft   nproc   8192
mysql   hard   nproc   16384

 

mysql   soft   nofile  8192
mysql   hard   nofile  65536

 

swap을 안쓰게 설정

https://mariadb.com/kb/en/mariadb/configuring-swappiness/

 

sysctl -w vm.swappiness=0  (명령어)

 

/etc/sysctl.conf 에 아래의 라인을 추가

vm.swappiness = 0

 

설정은 https://mariadb.com/kb/en/mariadb/configuring-mariadb-with-mycnf/

/etc/my.cnf

/etc/my.cnf.d

- to be continue -
ªÀº±Û Àϼö·Ï ½ÅÁßÇϰÔ.


PDS
Á¦¸ñPage 40/78
2014-05   5378485   Á¤ÀºÁØ1
2015-12   1892683   ¹é¸Þ°¡
2016-06   16398   QS¿ÕÅëŰ¼Õ¡¦
2016-06   15065   QS¿ÕÅëŰ¼Õ¡¦
2016-06   17647   ÇãÀα¸¸¶Æ¾
2016-06   14469   QS¿ÕÅëŰ¼Õ¡¦
2016-06   14064   ±èȲÁß
2016-06   20452   ÇÑ¿©¸§¹ãÀDzÞ
2016-06   18945   DoubleSH
2016-05   17084   ȲÁø¿ì
2016-05   15519   QS¿ÕÅëŰ¼Õ¡¦
2016-05   14626   ±èȲÁß
2016-05   16455   DoubleSH
2016-05   16379   GodokNam
2016-05   15260   À¯Á¤È£»þÄÜ´À
2016-04   21965   ´©±¼±î
2016-04   17981   ·¹Àκ¸¿ì7
2016-04   16902   ¾Æ½º¶õ
2016-04   15997   ¾Æ½º¶õ
2016-04   16947   ÀÌõdz
2016-04   15270   ¾È°³¼Ó¿µ¿ø
2016-04   14233   ĵÀ§µå