Linux serverNETWORK ADMINISTRATIONS

How to install mariadb in centos 8 using yum repository

In this video you can find step by step how to Install MariaDB 10.4 on Centos 8 Operating Server, below you can find the steps

—————————————————————————-
MariaDB 10.4 Installation on Centos 8
Location:-
/etc/yum.repos.d/

vi MariaDB.repo
# MariaDB 10.4 CentOS repository list – created 2020-04-12 07:32 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
module_hotfixes=1
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

#sudo dnf install MariaDB-server
#sudo systemctl start mariadb

For your Referance :-
https://downloads.mariadb.org/mariadb/repositories/#distro=CentOS&distro_release=centos8-amd64–centos8&mirror=osuosl&version=10.4

source

centos 8

Leave a Reply

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