replication: one slave for multiple masters

2003-12-02 Thread Lloyd Kvam
This is not directly supported by MySQL. I used FTP to collect files from the various databases to be replicated and applied them to the "central" database. If the central database is NOT a master for aany other replication, then you can simply use mysqlbinlog to update your central database. If

replication: one slave for multiple masters

2003-12-02 Thread Moritz von Schweinitz
hi, all. anybody know whether (and how) it's possible to have one server acting as a backup-server for various other servers, so that it basically does am incremental backup of ONE database on the to-be-backed-up server? i was guessing to tell the backup-server to act as a slave for the variou