Install Mariadb 10.4 di CentOS 7
Buat MariaDB Yum Repository
Buat file repository
vi /etc/yum.repos.d/MariaDB.repo[mariadb]
name = MariaDB
baseurl = https://download.nus.edu.sg/mirror/mariadb/yum/10.4/centos/$releasever/$basearch
module_hotfixes = 1
gpgkey = https://download.nus.edu.sg/mirror/mariadb/yum/RPM-GPG-KEY-MariaDB
gpgcheck = 1Install MariaDB di CentOS 7
Jalankan perintah berikut untuk memulai install MariaDB
sudo yum install MariaDB-server MariaDB-clientSetelah install selesai, start dan enable service database server
Secure MariaDB CentOS 7

Menjalankan MariaDB di CentOS 7
Jalankan service MySQL
Buat User Remote
Last updated