I am a beginner in MySQL replication and I would like to setup permanent replication only for some selected tables.
That is why I am thinking about filtering by this my.cnf command:
replicate-wild-do-table= mydb.%Replicate
It does it means that all tables I would like to replicate will have “Replicate” suffix. Is this good solution or is there something better?
I think of a few cons when using a suffix:
Therefore, I suggest list in my.cnf all the tables requiring replication, using as many
replicate-do-tabledirectives as necessary.