Hi I am using mysql 8.17 and need to setup replication and following thing to achieve
1. Few tables(structures(DDL) need to be replicated but not he data. Data should be stop replicating.
2. Any changes to table structures need to be replicated.
I am not sure we can do that from my.cnf files parameters
replicate-wild-ignore-table
replicate-ignore-table
any one knows that.
thanks
1. Few tables(structures(DDL) need to be replicated but not he data. Data should be stop replicating.
2. Any changes to table structures need to be replicated.
I am not sure we can do that from my.cnf files parameters
replicate-wild-ignore-table
replicate-ignore-table
any one knows that.
thanks