mariadb 10.4 ubuntu 20.04


apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
add-apt-repository 'deb [arch=amd64,arm64,ppc64el] http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.4/ubuntu focal main'

apt update
apt install mariadb-server

Leave a Reply

Your email address will not be published. Required fields are marked *