MySQL replication not working on leap day
Posted
by
danneth
on Server Fault
See other posts from Server Fault
or by danneth
Published on 2012-03-19T16:02:18Z
Indexed on
2012/03/19
23:31 UTC
Read the original article
Hit count: 387
mysql
|mysql-replication
Though out of my "core" knowledge I maintain a two-way replicated MySQL database (primary and backup). It's been working fine mostly. All changes are almost instantly replicated between the two servers.
But now I've noticed something strange: I have a couple of cases where there are no replication on feb 29th. Admittedly I have not yet confirmed that all replication is lost. But all cases I've found so far have had this issue.
Not too long ago I changed timezone from UTC to CET on the backup, it has been CET on the primary all along.
Am I fixating on this because it happened on the leap day, or could there be something to it?
The servers are both CentOS 5.4 with MySQL 5.0
© Server Fault or respective owner