简体   繁体   中英

Percona db Replication Issue

One master Server 3 slaves

Master Server version: 5.5.24-55-log

1st slave Server version: 5.5.24-55

2nd Slave Server version: 5.5.24-55

3rd slave Server version: 5.5.25a-27.1

On the first two slaves,the following type of statements get replicated properly insert into table1 (select * from table 2) insert into db2.table1(select * from table2)

On slave 3 (with newer version of percona db), the statements seem to fail

all of the slaves have same my.cnf file with only server_id different.

could this be a bug in the new version of the software.

I have tried uninstalling the slave and then resyncing it using latest data from the master.

Any clues?

找到了问题1.从站上的时区与其他所有机器都不相同2.这种时间差异导致某些查询无法正常工作,因为查询使用的是mysql NOW函数

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM