MySQL SLAVE, obey your MASTER!
May 29, 2007 8:29 AM
Subscribe
MySQL, why won't you replicate properly?
Replication doesn't work.
We set up replication on two windows machines running mysql, got everything all synced up, set up the master/slave relationship, and everything worked fine for about two days.
Then it just stops... and the slave doesn't want to catch up with the master. Basic tests seem to indicate that the connection is still live -- we can still see the master's status from the slave, but it won't just grab all the data it needs to be current.
Here are the mysql servers:
master: 4.1 (NT)
slave: 5.0 (Advanced Server 2003)
What can we do to diagnose the problem?
posted by ph00dz to computers & internet (6 comments total)
2 users marked this as a favorite
My first question would be, what are the thread states?
How many "host_name-relay-bin.nnnnnn" files do you have?
I assume you've read these sections of the manual: Replication Implementation Details.
posted by cmiller at 9:05 AM on May 29, 2007