Skip to main content
4 of 5
replaced http://dba.stackexchange.com/ with https://dba.stackexchange.com/

#POLITICALLY CORRECT ANSWER

You cannot do MySQL Replication from a New Master to an Old Slave

I have written many posts about this:

In addition, there is the likelihood of dealing with the internal BINLOG magic number being in the wrong place and replication going senile. Here are my posts on the BINLOG magic number:

Since there is nothing in the meantime you can do, please upgrade your Slave to MySQL 5.5

#ALTERNATE PERSPECTIVE

In all fairness, @ChristopherSchultz is correct in that you can implement it. I just yell and scream "RISK !!!" to be more cautious because of the BINLOG magic number's place in the MySQL Replication Universe.

RolandoMySQLDBA
  • 185.6k
  • 34
  • 327
  • 543