리눅스/간단 설정
우분투 mariadb 10.3 설치
미르몬드
2019. 8. 31. 16:33
https://librat.kr/entry/우분투-mariadb-103-설치
우분투 mariadb 10.3 설치
apt-get -y install software-properties-common dirmngr apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirror.zol.co.zw/mariadb/repo/10.3/debian stretch main' apt-get updat
librat.kr
apt-get -y install software-properties-common dirmngr
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8
add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://mirror.zol.co.zw/mariadb/repo/10.3/debian stretch main'
apt-get update
apt-get install -y mariadb-server-10.3
apt-get install mysql-client