MariaDB

master-slave replication with Galera cluster ubuntu

Set Up MariaDB Master-Slave Replication with Galera Cluster on Ubuntu

Previously, we discussed how to set up MariaDB Galera cluster on Ubuntu and how to encrypt replication traffic in Galera…

encrypt replication traffic mariadb galera cluster

How to Encrypt Replication Traffic in MariaDB Galera Cluster on Ubuntu

Previously, we discussed how to set up MariaDB Galera multi-master cluster on Ubuntu. By default, replication traffic in MariaDB Galera…

mariadb galera cluster

How to Set Up MariaDB Galera Cluster on Ubuntu 22.04/20.04

This tutorial will be showing you how to set up MariaDB Galera Cluster on Ubuntu 22.04/20.04 server. MariaDB is an…

ubuntu 18.04 mariadb replication

How to Set Up MariaDB Master-Slave Replication on Ubuntu 18.04, 20.04

This tutorial will be showing you how to set up MariaDB master-slave replication on Ubuntu 18.04/20.04 server. MariaDB is a mature,…

mariadb 10.3 ubuntu

How to Install MariaDB 10.4 on Ubuntu 18.04, Ubuntu 20.04

This tutorial will be showing you how to install MariaDB 10.4 on Ubuntu 18.04 and Ubuntu 20.04 server. MariaDB is…

owncloud cloud storage

Setup OwnCloud 9 Server with Nginx, MariaDB and PHP7 on Arch Linux

A reader asked me how to set up ownCloud personal cloud storage on Arch Linux with Nginx, MariaDB and PHP7. Today…

Install MariaDB 10.1.14 on CentOS 7

Install MariaDB 10.1.14 on CentOS 7

This tutorial is going to show you how to install MariaDB 10.1.14 on CentOS 7 server and desktop. MariaDB 10.1.14…

mysqldump

mysqldump – Create a Separate User to Back Up MariaDB Databases

As you may already know, mysqldump is one of the best utilities you can use to back up MariaDB databases.…

Arch Linux on KVM VPS

Install Nginx, MariaDB, PHP7 (LEMP) on Arch Linux Server in 2019

In a previous tutorial, I explained how to install Arch Linux on KVM VPS. Now this tutorial will show you…

Setup OwnCloud 9 Server with Nginx, MariaDB and PHP7 on Debian

In this tutorial, I’m going to show you how to set up ownCloud personal cloud storage on a Debian 8…

MariaDB Master-Slave Replication

How to Set up MariaDB Master-Slave Replication on Debian 8

In this tutorial, I will show you how to set up a simple MariaDB master-slave replication. By simple I mean…

compile mariadb from source on Raspbian Jessie

How to Compile MariaDB From Source on Raspbian Jessie

This tutorial explains how to compile MariaDB from source on Raspbian Jessie and how to use Systemd to manage MariaDB…

how to install mariadb database server on ubuntu

How to Install MariaDB 10.5 on Ubuntu 18.04, Ubuntu 20.04

This tutorial will be showing you how to install MariaDB 10.5 on Ubuntu 18.04 and Ubuntu 20.04 server. MariaDB is…

Back Up and Restore MariaDB Databases

Back Up and Restore MariaDB Databases From the Command line

MariaDB is a community-driven variant of MySQL. In this tutorial, I will show you how to back up and restore…

mysqldump: Error: Binlogging on server not active

mysqldump: Error: Binlogging on server not active-A Comprehensive Solution

mysqldump: Error: Binlogging on server not active I was using the mysqldump utility to backup MariaDB databases on my ubuntu15.10…

install lemp stack on centos

Install LEMP stack (Nginx, MariaDB, PHP-FPM) on CentOS7 Step by Step Guide

LEMP stands for Linux, Nginx (Pronounced engine X), MySQL/MariaDB and PHP. It enables a server to host dynamic website and…