How To Back Up MySQL Databases Without Interrupting MySQL
This article describes how you can back up MySQL databases without interrupting the MySQL service. Normally, when you want to create a MySQL backup, you either have to stop MySQL or issue a read lock on your MySQL tables in order to get a correct backup; if you do not do it this way, you can end up with an inconsistent backup. To get consistent backups without interrupting MySQL, I use a little trick: I replicate my MySQL database to a second MySQL server, and on the second MySQL server I use a cron job that creates regular backups of the replicated database. http://www.howtoforge.com/back_up_mysql_dbs_without_interruptions
- falko's blog
- Login or register to post comments

Recent comments
1 week 6 days ago
3 weeks 4 days ago
13 weeks 2 days ago
13 weeks 4 days ago
15 weeks 20 hours ago
25 weeks 6 days ago
27 weeks 5 days ago
28 weeks 7 hours ago
30 weeks 5 days ago
33 weeks 11 hours ago