January 2018
Intermediate to advanced
446 pages
12h 57m
English
Assume that you want to replicate db1 and db2 only. Use the following statement to create the replication filter.
mysql> CHANGE REPLICATION FILTER REPLICATE_DO_DB = (db1, db2);
Note that you should specify all the databases inside parentheses.
Read now
Unlock full access