허니몬의 IT 이야기/리눅스 이야기, 우분투

어렵게 어렵게 우분투에 오라클 설치하기 보다는...

그냥 편하게 마리아DBmariaDB 설치하세요.

https://downloads.mariadb.org/mariadb/repositories/#mirror=kaist&distro=Ubuntu

위의 링크에서 운영체제, 버전, 저장소 선택하면 설치방법까지 친절하게 설명해줍니다.

대략 5줄만 실행하면 별탈없이 설치까지 완료됩니다.


Here are the commands to run to install MariaDB on your Ubuntu system:

sudo apt-get install software-properties-common 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.0/ubuntu saucy main'

Once the key is imported and the repository added you can install MariaDB with:

sudo apt-get update sudo apt-get install mariadb-server


MySQL에서 갈라져나온 녀석이라, 풍부한 참조정보가 있습니다.

굳이 오라클 써야할 이유를 모르겠어요.