MySQL Forums
Forum List  »  Replication

Re: MySQL replication-Table doesn not exist
Posted by: Rick James
Date: November 05, 2014 09:02AM

> Rsync'd the data directory to the slave

Did you shutdown mysqld on the Master before starting the rsync? Else the cached info may not be flushed to disk.

Does the data directory include ibdata1 and iblog*? If not, you failed to rsync the InnoDB tables.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL replication-Table doesn not exist
774
November 05, 2014 09:02AM


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.