Comments - Installing MariaDB with yum/dnf

7 years, 3 months ago Daniel Bartholomew

yum.mariadb.org is hosted in Canada at OVH, so there must be some sort of routing issue between your ISP and OVH.

That said, we do have some mirrors in Indonesia that have the yum repository mirrored. Change the baseurl line in your MariaDB yum repo configuration file from:

baseurl = http://yum.mariadb.org/10.1/centos7-amd64

...to one of the following:

baseurl = http://suro.ubaya.ac.id/mariadb/yum/10.1/centos7-amd64/
baseurl = http://kodeterbuka.beritagar.id/mariadb/yum/10.1/centos7-amd64/
baseurl = http://mariadb.biz.net.id/yum/10.1/centos7-amd64/
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.