Requires Free Membership to View
When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.
Margie Semilof, Editorial DirectorThat being said, it depends on what you want to do. If you are looking for a central backup of multiple MySQL servers, you can run a single machine with multiple instances, each acting as a slave to an individual remote server.
If you want a central analysis machine without two-way replication (data just comes from the remote servers), you could script a process where each remote server ships data to the central machine, or makes it available for pulling. Then the data can be loaded into a central MySQL instance which is used for analysis.
If your systems are pretty disparate, you may need to find a common format like CSV and ship the data to the central server for loading using FTP, Rsync, or the like.
This was first published in June 2005