Out of the corner of my eye

Non Sibi, Sed Omnibus

Out of the corner of my eye header image 2

Windows Server 2003 firewall silently breaking database replication

August 20th, 2008 · No Comments

If you open a port in the server 2003 firewall, be prepared for some things to silently fail, such as database replication: apparently a weird ‘reset’ is sent to everything that’s connected, but it doesn’t seem to work properly so some apps think their TCP connections are still established (such as MySQL). This can then cause your DB’s to quietly go out of synch… ouch.

Restart MySQL and it’ll catch up with the master.

Tags: Web dev