[rt-users] Replicated mysql servers with RT
Jeff Hoover
jeff.hoover at infotechfl.com
Thu May 22 09:54:01 EDT 2003
At 04:25 PM 5/22/2003 +0300, Mike Jackson wrote:
>Can mysql do "multi-master" replication?
Yes.
>What if you change status on a
>ticket on server A and then server B replicates to server A? I think
>that mysql contains simple replication, and that it can not handle
>advanced replication scenarios.
The replication thread reads a log file on the other server. B won't
overwrite A unless B was updated. Now, if two people update the same
ticket at the same time on A and B, there might be problems. I would
definitely do a little testing.
-- Jeff
More information about the rt-users
mailing list