In this article, we are going to discuss some popular ways of MariaDB backup and restore. And the first question you can face using MariaDB is what is the difference between Logical and Physical backups? Continue reading MariaDB Backup and Restore Overview
Monthly Archives: October 2016
MySQL instance creation – Fails and Solutions
In this blog post, we are going to discuss how to solve issues which can happen during the MySQL instance creation. Below we are going to review three different symptoms and causes of this issue and the ways how to solve them. So let’s start. Continue reading MySQL instance creation – Fails and Solutions
Backup Database in MySQL
As it well known that the best way to protect your data safe and sound is to make regular backups. But what is the best way to backup database in MySQL? Of course, from one hand you can backup database in MySQL using Command line (mysqldump) and from another hand, the best and the easiest way to backup database in MySQL is to use MySQLBackupFTP tool. Now let’s learn how to backup database in MySQL using all three different methods. Continue reading Backup Database in MySQL