MySQL Forums
Forum List  »  Replication

Re: mysqlhotcopy --record_log_pos parameters flaw?
Posted by: KimSeong Loh
Date: March 13, 2007 05:10AM

You are right that you need the Exec_master_log_pos and Relay_Master_Log_File if you intend to sync the backup with the replication master server.

However, mysqlhotcopy is meant to work more for a single server, so it record the binary log position of the server where the backup is taken.

Maybe you can enhance the mysqlhotcopy script to take the master server position.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqlhotcopy --record_log_pos parameters flaw?
2316
March 13, 2007 05:10AM


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.