Re: slaves to specific tables

2008-01-17 Thread Ben Clewett
I do it all the time, look at: --replicate-do-table In: http://dev.mysql.com/doc/refman/5.0/en/replication-options.html Section of my mysql.conf: # Replication Options replicate_do_table = db.member replicate_do_table = db.company replicate_do_table = db

slaves to specific tables

2008-01-17 Thread Paul Berry
hey guys - is it possible to have a lightweight slave setup? so that you only take X amount of tables from the DB curious what good solutios are out there