MySQL Forums
Forum List  »  Replication

Re: Could not initialize master info structure, more error messages can be found in the MySQL error log
Posted by: eni
Date: July 19, 2007 10:13AM

delete relay bin file and try

slave stop ;
CHANGE MASTER TO master_log_file='name_of_current_file_on_master',master_log_pos=4;
slave start;

it will download play again the file

Options: ReplyQuote




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.