Re: --replicate-do-table usage example

2004-03-19 Thread Sasha Pachev
Andrew Pasetti wrote: I'm a bit new to mysql replication. Can someone please explain how to implement the --replicate-do-table start up option? Replication is up and running, but I would like to limit the replication to just two specific tables in one database only. Using mysql v4.0.18 Linu

--replicate-do-table usage example

2004-03-17 Thread Andrew Pasetti
I'm a bit new to mysql replication. Can someone please explain how to implement the --replicate-do-table start up option? Replication is up and running, but I would like to limit the replication to just two specific tables in one database only. Using mysql v4.0.18 Linux/x86 Your advice wi

Re: replicate-do-table and related

2002-11-11 Thread Mike Blazer
ed query itself > and slave will read that file, and depends on your slave configuration which tables > you'll only want to replicate the query. > (--replicate-do-table=.) > > check also your master.info file > > to check this configuration ... > watch the hostname.err

Re: replicate-do-table and related

2002-11-10 Thread Dicky Wahyu Purnomo
Pada Mon, 11 Nov 2002 01:04:10 +0300 Mike Blazer <[EMAIL PROTECTED]> menulis: > And replication... well, it kinda works, I see that voy88-relay-bin.001 > grows - but it does not change my tables. So, I'm assuming that it does > not understand replicate-do-table rules. &

replicate-do-table and related

2002-11-10 Thread Mike Blazer
nes to slave options: --replicate-do-table=ranks.counter_configs \ --replicate-do-table=ranks.counter_webmasters \ --replicate-do-table=ranks.counter_sitegroups \ --replicate-do-table=ranks.counter_categories \ and after that replication doesn't work for these tables. Y

replicate-do-table

2001-12-07 Thread Todd Newbold
Hello everyone, How does mysql replication handle the replicate-do-table config option? Does the binlog get filtered before transmission, or once data is received by the slave? Thanks Todd - Before posting, please