mariadb 10.5 ubuntu 20.04

apt update
apt -y install software-properties-common

apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
add-apt-repository 'deb [arch=amd64] http://mariadb.mirror.globo.tech/repo/10.5/ubuntu focal main

apt update
apt install mariadb-server mariadb-client

Leave a Reply

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