mirmond
우분투 mariadb 10.3 설치 본문
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
'리눅스 > 간단 설정' 카테고리의 다른 글
mariadb 유저생성 및 권한설정 (0) | 2019.10.07 |
---|---|
aws mariadb 한글문제 (0) | 2019.10.04 |
우분투 시간 설정 (0) | 2019.08.31 |
리눅스 가상메모리 설정 swap (0) | 2019.08.18 |
[Debian계열] apt로 nodejs 최신버전 설치 (0) | 2019.02.21 |
Comments