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…
Previously, we discussed how to set up MariaDB Galera cluster on Ubuntu and how to encrypt replication traffic in Galera…
Previously, we discussed how to set up MariaDB Galera multi-master cluster on Ubuntu. By default, replication traffic in MariaDB Galera…
This tutorial will be showing you how to set up MariaDB Galera Cluster on Ubuntu 22.04/20.04 server. MariaDB is an…
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,…
This tutorial will be showing you how to install MariaDB 10.4 on Ubuntu 18.04 and Ubuntu 20.04 server. MariaDB is…
A reader asked me how to set up ownCloud personal cloud storage on Arch Linux with Nginx, MariaDB and PHP7. Today…
This tutorial is going to show you how to install MariaDB 10.1.14 on CentOS 7 server and desktop. MariaDB 10.1.14…
As you may already know, mysqldump is one of the best utilities you can use to back up MariaDB databases.…
In a previous tutorial, I explained how to install Arch Linux on KVM VPS. Now this tutorial will show you…
In this tutorial, I’m going to show you how to set up ownCloud personal cloud storage on a Debian 8…
In this tutorial, I will show you how to set up a simple MariaDB master-slave replication. By simple I mean…
This tutorial explains how to compile MariaDB from source on Raspbian Jessie and how to use Systemd to manage MariaDB…
This tutorial will be showing you how to install MariaDB 10.5 on Ubuntu 18.04 and Ubuntu 20.04 server. MariaDB is…
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 I was using the mysqldump utility to backup MariaDB databases on my ubuntu15.10…
LEMP stands for Linux, Nginx (Pronounced engine X), MySQL/MariaDB and PHP. It enables a server to host dynamic website and…