Currently I have two linux servers wunning MySQL, one sitting on a rack right next to me under a 10Mbit upload pipe (main server) and another some couple of miles away on a 3Mbit upload pipe (mirror).
I want to be able to replicate data on both servers continuously, but have run into several roadblocks. One of them being, under MySQL master/slave configurations, every now and then, some statements drop (!), meaning; some people logging on to the mirror URL don't see data that I know is on the main server and vice versa. Lets say this happens on a meaningful block of data once every month, so I can live with it and assume its a "lost packet" issue (i.e., god knows, but we'll compensate).
The other most important (and annoying) recurring issue is that, when for some reason we do a major upload or update (or reboot) on one end and have to sever the link, then LOAD DATA FROM MASTER doesn't work and I have to manually dump on one end and upload on the other, quite a task nowadays moving some .5TB worth of data.
Is there software for this? I know MySQL (the "corporation") offers this as a VERY expensive service (full DB replication). Just wondering what people out there do. The way its structured, we run an automatic failover where if one server is not up, then the main URL just resolves to the other server.
Thx.
/mp
