Hiya

I've setup replication with a master-slave.
But i only want to replicate some databases so i'd put in my.cnf on the slave (it's being used, checked that)
replicate-wild-do-table=adb.% (it has to catch cross updates to)
I also tried to replicate-do-database=adb (in different combinations)

What i have found: (replicate-wild-do-table=adb.%)
create/drop/insert/delete with current db adb works, replace isn't working
also crossupdates don't work

Anyone who can point me to what i'm doing wrong? (or is it a bug)

Using mysql 4.05 standart

P.S. i can't tell the master to only log those db's because some other slaves replicate all databases

Gr,

Wico

---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to