MySQL Forums
Forum List  »  Replication

Re: Replication across different MySQL versions
Posted by: Rick James
Date: July 26, 2015 09:16AM

6.1 and 6.3 are not valid version numbers of MySQL.

Please do this to see what versions you are running:
SHOW VARIABLES LIKE 'version';

It should be possible for the Master to have an _older_ version than the Slave. However, the opposite is _may_ not work. With the version numbers, we can discuss in more detail.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Replication across different MySQL versions
719
July 26, 2015 09:16AM


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.