Fahmi's Blog

MariaDB

List articles using MariaDB tag

image

Allow Remote Access MySQL / MariaDB CentOS 7

Published 9 years ago in - 1 min read
After MySQL / MariaDB successfully installed, may be you want to give remote access to the server. Lets say the database server's IP is 192.168.10.105, and you have web server at 192.168....
Read more →
image

Manajemen Database dan User MySQL/MariaDB CentOS 7

Published 9 years ago in - 1 min read
Create User: create user 'user'@'localhost' identified by 'password'; Create Database: create database monitoring; Assign user to database monitoring: grant all privileges ...
Read more →
image

Install MariaDB 10 di CentOS 7

Published 9 years ago in - 1 min read
Bikin file repo baru di /etc/yum.repos.d/, misal MariaDB.repo, isi: # MariaDB 10.1 CentOS repository list - created 2016-10-11 08:34 UTC # http://downloads.mariadb.org/mariadb/repositor...
Read more →