MariaDB

WireGuard Mesh VPN Encryption for MariaDB Galera Cluster

WireGuard Mesh VPN Encryption for MariaDB Galera Cluster

This tutorial is going to show you how to build a WireGuard mesh VPN and use it to encrypt replication…

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…

Plugin 'unix_socket' is not loaded

How to Fix MariaDB Plugin ‘unix_socket’ is not loaded Error

The Error “Plugin ‘unix_socket’ is not loaded” is commonly seen on Ubuntu 15.04/15.10/16.04 and any derivative distributions such as Linux…

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.…

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…

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…

Install MariaDB 10.1 on Debian 8

How to Install MariaDB 10.1 on Debian 8

MariaDB 10.1 is the latest stable release and some interesting new features it implemented are as follows: built-in galera cluster…

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…