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,
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