Re: Error in MMM setup from 5.1 to 5.6

2013-02-12 Thread Reindl Harald
you NEVER should upgrade the master before the slave simply because the newer version may write statements in a form to the binlog the older version does not understand ALWAYS upgrade first the slaves and then the master Am 12.02.2013 09:12, schrieb yoku ts.: > Hello, > > It's because of binlog

Re: Error in MMM setup from 5.1 to 5.6

2013-02-12 Thread yoku ts.
Hello, It's because of binlog_checksum = crc32 setted default at 5.6.5. If you use 5.6's master and 5.5(or earlier)'s slave, you need to set binlog_checksum = none on 5.6. 2013/2/12 Adarsh Sharma : > Hi, > > I have a Multi Master Mysql setup between two mysql servers running 5.1.66- > version. Bu