MySQL 8.0 table level replication in Windows
The way to achieve table-level replication in MySQL is to use the combination of two replication parameters named replicate-do-db and replicate-ignore-table along with other mandatory replication parameters. You need to identify the name of the database of your tables you need to replicate and from the database opt out the tables that you don’t want…