본문 바로가기

MariaDB 10.1 install

오토씨 2014. 7. 5.
Debian GNU/Linux (Wheezy)에 MariaDB 10.1 설치하는 방법
원문 URL :  http://goo.gl/zCY1te

1. MariaDB를 설치하기 위한 repo 등록 작업

$ sudo apt-get install python-software-properties

$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db

$ sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/10.1/debian wheezy main'


2. MarisDB 설치

$ sudo apt-get update

$ sudo apt-get install mariadb-server

 

'LINUX' 카테고리의 다른 글

Debian Package 검색 및 ip command 설치하기  (2) 2015.01.06
# dnsdict6  (2) 2014.11.26
/etc/ssh/sshd_config, PermitRootLogin  (0) 2014.05.21
SSH Login PROCESS  (0) 2014.05.13
GNU parallel CentOS 6.x에 설치하기(초간단 버전)  (1) 2014.02.18

댓글