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?

  1. i ideally not generate mysqlbinlogs unneeded tables

  2. 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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -