MySQL Forums
Forum List  »  Replication

Re: Can't restart slave - Could not initialize master info structure
Posted by: Vishwanath Patil
Date: June 19, 2009 03:51AM

Can't restart slave - Could not initialize master info structure if this error is occuring then do the following steps:

Stop the slave using the command
mysql>stop slave;

come out of mysql prompt using exit command.
change the fourth line of the relay log info file like if its position is 12345 then add 1 to it(12345 + 1 = 12346)

Now go into the mysql prompt and start the slave.

It slave not starting try it out few minutes definitely it will start I tested it.

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.