David Landgren

Results 1 issues of David Landgren

In mysql 5.7+ it is possible to rename the source db during replication: `CHANGE REPLICATION FILTER REPLICATE_REWRITE_DB = ((db1, db2));` For instance, you may have three source hosts `a`, `b`...