MySQL to MySQL Sync

I'm looking for good info on synchronizing two different MySQL databases. The table structure is the same. Updates are limited by userID - i.e. the owner of a record is the only one who can update the record but any user can query on multiple the fields. There is a discussion on DevShed about a year ago on the topic. Would there be synergy that could be had with Userland's xmlStorageSystem?

Category: