How To Back Up MySQL Databases Without Interrupting MySQL

  2007-05-14 16:30:02
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. 
  PNG Image  PNG Image  PNG Image
  Related tags  


This particular article has been collected via RSS syndication. We apologize if it's too brief.
If You wish to publish articles on LinuxStreet.net please contact us.


  Similar articles found on LinuxStreet  
ImageMySQL Backup And Recovery With mysql-zrm On Debian Sarge
ImageMySQL Enterprise simplifying database admin
ImageCreate a Web-based interface for MySQL databases in a flash with phpMyEdit
ImageBacking up MySQL data
ImagePostgreSQL for MySQL users
ImagePreventing MySQL Injection Attacks With GreenSQL On Debian Etch
ImagephpMinAdmin is a powerful minimalist MySQL editor
ImageManage MySQL remotely with phpMyAdmin
ImageZmanda Recovery Manager for MySQL Now Available for Ubuntu
ImageMysql, Open-Xchange partner on Linux collaboration server

Leave a comment on this article


Captcha

  
Check this if the code you see is not readable and resubmit the form.
(Data you entered will be preserved)



  

Comments (0)