Ubuntu 14.04 에 MariaDB 10의 설치 방법



$sudo apt-get install python-software-properties 
$sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
$sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/10.1/ubuntu lucid main'
$sudo apt-get update
$sudo apt-get install mariadb-server


- add-apt-repository 이 없는경우 
$add-apt-repository 입력후 설치되지 않은 패키지 확인됨, apt-get으로 설치되지 않은 패키지를 설치함



maria db 실행
$ mysql -u root -p


'mariadb & mysql' 카테고리의 다른 글

mysql 환경설정 파일 위치  (0) 2017.06.20
mysql 설치방법  (0) 2017.06.19
mariadb 원격 접속 설정  (0) 2017.02.24
database character set 확인하기  (0) 2017.02.03
spring boot 에 설정방법  (0) 2017.01.12

+ Recent posts