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.site
replicate_do_table              = (etc)

Ben

Paul Berry wrote:
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




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to