MySQL Forums
Forum List  »  Backup

mysqldump with --single-transaction backup still blocks the write
Posted by: Lisa Tong
Date: March 01, 2006 07:04PM

Hi,

I'd like to set up the online non-blocking backups for innoDB database using mysqldump. I have the binary log enabled.

According to MySQL documentation, we can do online, non-blocking backup by issuing:
mysqldump --single-transaction --flush-logs --master-data=2 --databases test > testdb.sql

But looks like that when it is doing the backup, it still blocks all the write operations. Because inserting data to the table inside the database are blocked and hangs, until the backup is finished.

Any ideas and suggestions?

Thanks,

Lisa

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump with --single-transaction backup still blocks the write
12106
March 01, 2006 07:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.