Ubuntu 添加 MariaDB 的阿里云镜像源地址
修改 MariaDB 镜像源
打开网址,选择 Ubuntu 版本以及 MariaDB 版本,以及镜像 Alibaba Cloud。
安装依赖并添加阿里云的 MariaDB 镜像源:
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,s390x] https://mirrors.aliyun.com/mariadb/repo/10.5/ubuntu focal main'
安装 MariaDB
sudo apt update
sudo apt install mariadb-server
参考链接
http://mirrors.ustc.edu.cn/help/mariadb.html
https://mariadb.org/download/?t=repo-config&d=20.04+"focal"&v=10.5&r_m=aliyun