728x90
반응형
$ sudo apt-get install software-properties-common dirmngr apt-transport-https
$ sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
$ sudo add-apt-repository 'deb [arch=amd64,arm64,ppc64el] https://mirror.yongbok.net/mariadb/repo/10.5/ubuntu focal main'
$ sudo apt update
$ sudo apt install mariadb-server
728x90
반응형
'DB > MariaDB' 카테고리의 다른 글
MariaDB 10.5 원격 접속 (0) | 2021.04.15 |
---|---|
MariaDB 10.5 root 비밀번호 초기화(password initialize) (0) | 2021.04.15 |
CentOS 7 (x86_64) MariaDB 10.5 Install (0) | 2021.04.15 |
MariaDB 10.4 Table name case insensitive (0) | 2020.11.16 |
Ubuntu 20.04 MariaDB Install (0) | 2020.08.11 |