“There are two types of people: people who do backup, and people who will start doing it.”
If you are not backing up your MySQL databases, you should, and do it before you lose all your precious data.
“There are two types of people: people who do backup, and people who will start doing it.”
If you are not backing up your MySQL databases, you should, and do it before you lose all your precious data.
Making backups is important and necessary. However, if your database is large, then creating a backup will load the server, and the backup itself will consume storage space. In light of these considerations, many make backups once a day at night, or even worse, once a week on weekend! However, a failure can lead to losing data for a period of many hours. What if you want to make backups more often without overloading the server? Incremental backups can help you with this. Continue reading Incremental MySQL Server Backup via Binary Log
Below is a short tutorial on how to enable binary log in Linux. Continue reading How to Enable Binary Log in Linux