On Tue, 1 Oct 2002, SpamTalk wrote: > I don't have time to point you to the url, I searched metacrawler for mySQL > replication and in one of the references it stated that you could not cross > platform replicate as the *.myd and *.myi files were not binary compatible
That's not "replication," that's just copying files from one platform to another. Replication means that two running copies of the mysql daemon synchronize a set of tables on the fly. There's no transfer of the actual files at all, just of the [changes to the] data they contain. The problem with using mysql replication for propagating a blacklist is that the two mysqld have to be able to talk directly to each other, which means either opening the mysql ports to the net (not secure), or setting up an ssh tunnel or the equivalent between the "master" server and every client. ------------------------------------------------------- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD, FREE setup, FAST network. Get your own server today at http://www.ServePath.com/indexfm.htm _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk