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版本较多,建议在官方页面上生成配置文件内容。
新建 /etc/apt/sources.list.d/MariaDB.list
,填入工具生成的配置内容,并将其中的地址部分,例如:
https://apt.mariadb.org/mariadb/repo
换为
https://mirrors.aliyun.com/mariadb/repo
新建 /etc/yum.repos.d/MariaDB.repo
,填入工具生成的配置内容,并将baseurl=
后的地址部分,例如:
http://yum.mariadb.org
换为
https://mirrors.aliyun.com/mariadb/yum
注:配置方法参考自tuna镜像
官方主页:https://mariadb.org/
特别声明:本镜像站内容来自第三方网站,阿里云会尽力审核镜像内容安全,但无法保证其完全合规,请您在下载前慎重考虑。具体请查看《阿里云开发者社区用户服务协议》、《阿里云镜像站特别条款》等。 如您发现镜像站有任何问题,可以填写镜像站投诉表单举报,我们将按照法律规定尽快进行处理。