MySQL Forums
Forum List  »  Replication

Re: Need log coordinates before [mysqldump --master-data...]?
Posted by: Aftab Khan
Date: July 27, 2012 04:17AM

When you use the --master-data option, which automatically appends the CHANGE MASTER TO statement required on the slave to start the replication process. So you don't need SHOW MASTER STATUS.

mysqldump --all-databases --master-data >dbdump.db

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Need log coordinates before [mysqldump --master-data...]?
920
July 27, 2012 04:17AM


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.