Database Backup

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…

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…