很多东西都在国外,下载很慢,就需要用到阿里云的镜像站了
官网地址是
https://developer.aliyun.com/mirror/
里面东西很全,可以多看看
mariadb镜像
https://developer.aliyun.com/mirror/mariadb?spm=a2c6h.13651102.0.0.58231b11YjBjPW
简介
MariaDB Server is one of the most popular database servers in the world. It’s made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, WordPress.com and Google. MariaDB服务器是世界上最受欢迎的数据库服务器之一。它由MySQL的原始开发人员制作,并保证保持开源。著名的用户包括Wikipedia,WordPress.com和Google。
下载地址:https://mirrors.aliyun.com/mariadb/
配置方法
由于MariaDB版本较多,建议在官方页面上生成配置文件内容。
Debian/Ubuntu 等基于 apt 的系统
新建 /etc/apt/sources.list.d/MariaDB.list,填入工具生成的配置内容,并将其中的地址部分,例如:
https://apt.mariadb.org/mariadb/repo
换为
https://mirrors.aliyun.com/mariadb/repo
RHEL/CentOS 等基于 yum 的系统
新建 /etc/yum.repos.d/MariaDB.repo,填入工具生成的配置内容,并将baseurl=后的地址部分,例如:
http://yum.mariadb.org
换为
https://mirrors.aliyun.com/mariadb/yum
注:配置方法参考自tuna镜像
相关链接
官方主页:https://mariadb.org/
例如下载数据库
https://mirrors.aliyun.com/mariadb/mariadb-10.11.11/bintar-linux-systemd-x86_64/?spm=a2c6h.25603864.0.0.c1538a51Y8mMfo
mysql的镜像
简介
MySQL Database Service is a fully managed database service to deploy cloud-native applications. HeatWave, an integrated, high-performance analytics engine accelerates MySQL performance by 400x. MySQL数据库服务是一种完全托管的数据库服务,用于部署云原生应用程序。HeatWave是一个集成的高性能分析引擎,可将MySQL性能提高400倍。
下载地址:https://mirrors.aliyun.com/mysql/
相关链接
官方主页:https://www.mysql.com/