MySQL Forums
Forum List  »  Backup

Re: MySQLdump pause event.
Posted by: Sveta Smirnova
Date: March 06, 2012 09:24AM

There is option "dump-slave" of mysqldump, http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html#option_mysqldump_dump-slave, which writes CHANGE MASTER statement into dump file with position of master binary log and slave. You can also be interesting in master-data option (http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html#option_mysqldump_master-data).

Alternatively you can use mysqlbackup (MEB) with option --slave-info (http://dev.mysql.com/doc/mysql-enterprise-backup/3.7/en/backup-special-options.html)

Options: ReplyQuote


Subject
Views
Written By
Posted
3133
March 02, 2012 03:46AM
1664
March 03, 2012 10:03AM
Re: MySQLdump pause event.
1912
March 06, 2012 09:24AM


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.