:::: 개발 ::::/└ CAFE24 호스팅

디지털오션 mariaDB (mysql ) 설치하기..

nayha 2014. 12. 10. 15:23

아오 블로그 보고 했다가 계속 오류..


https://downloads.mariadb.org/mariadb/repositories/#mirror=kaist&distro=Ubuntu&version=10.0&distro_release=trusty


mariaDb 사이트 보고 한방에 성공 ㅎㄷㄷㄷ


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 trusty 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 서버 설치되어 있으면 삭제..

sudo apt-get --purge remove mysql-client mysql-server mysql-common
sudo apt-get autoremove
$ sudo rm -rf /etc/mysql/


반응형