Re: Selective Replication question

2002-12-03 Thread John Stanforth
Ok, so nevermind... MySQL actually supports the selective replication I want with the replicate-do-table=db_name.table_name syntax, which I thought was only available after 4.x. Thanks for all the great responses that helped me figure this out. :-) =john John Stanforth wrote: Hi folks,

Selective Replication question

2002-11-25 Thread John Stanforth
Hi folks, I'm looking for creative ways to setup a replication config that lets me push all tables to some slaves and only a subset to other slaves. For this scenario, let's say I have three db servers... One is a master and gets all updates. One is an update slave, which gets all the master