January 2018
Intermediate to advanced
446 pages
12h 57m
English
You can control which tables or databases are to be replicated. On the master, you can control which databases to log changes for by using the --binlog-do-db and --binlog-ignore-db options to control binary logging, as mentioned in Chapter 6, Binary Logging. The better way is to control on the slave side. You can execute or ignore statements received from the master by using --replicate-* options or dynamically by creating replication filters.