리눅스

우분투 mariadb 10.3 설치

LibRat 2021. 9. 10. 19:30
반응형

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

반응형