반응형
아오 블로그 보고 했다가 계속 오류..
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/
반응형
':::: 개발 :::: > └ CAFE24 호스팅' 카테고리의 다른 글
디지털오션 centOs mariaDB (mysql ) 설치하기.. (0) | 2014.12.16 |
---|---|
디지털 오션 센토스(CentOs) JDK & tomcat 설치 정리 (0) | 2014.12.16 |
디지탈오션 프로모션 코드 무료 2달 digitalocean-coupon-codes (0) | 2014.12.11 |
디지털오션 mariaDB 외부 접속 가능하게.. (1) | 2014.12.10 |
해외 클라우드 디지털오션 사용하기(프로모션 코드) (0) | 2014.12.09 |
mysql workbench 웹호스팅 ssh 계정으로 접속 하기 (0) | 2014.11.19 |
컴파일 할때 클래스패스 (0) | 2009.12.28 |
호스팅시 properties 파일 맵핑 방법 (0) | 2009.12.28 |