Mysql - Replicate only a few tables from a database -
using mysql replication mysqlbinlogs between master , slave databases, possible replicate few key tables instead of entire database?
i ideally not generate mysqlbinlogs unneeded tables
if not possible, use slave limited tables , set master-slave result in limited mysqlbinlogs?
binlog generated tables. use blackhole storage engine on mysql instance filter binlog. here guide: http://jroller.com/dschneller/entry/mysql_replication_using_blackhole_engine
Comments
Post a Comment