MySQL Forums
Forum List  »  Replication

Re: Multi-source replication with MySQL 5.7.5
Posted by: Sven Sandberg
Date: March 12, 2015 10:25AM

Hi Shweta Rao,

Multi-source is not included in MySQL 5.7.5, only in MySQL 5.7.6, so you need to upgrade the server first.

Also, the syntax you are using was valid in the labs release, but we changed it in MySQL 5.7.6, so you have to remove the equality sign in the FOR CHANNEL clause, i.e.:

CHANGE MASTER ... FOR CHANNEL "master1";

Hope this helps. Thank you for trying out MySQL multi-source replication!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Multi-source replication with MySQL 5.7.5
1065
March 12, 2015 10:25AM


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.