We are using Amazon RDS and we have a MASTER replicating to a SLAVE.
We want to create a new slave that will only replicate specific databases or tables from the master.
By default RDS simply just replicates the entire master's databases over to the slave's. But we only want to do specific tables. I know this is possible in MySQL in general, but I'm not sure about RDS and I can't find an answer anywhere.
These settings exists in MySQL, I do not see them on the custom parameter settings for RDS unless I'm missing something.
--replicate-ignore-db=db_name
--replicate-ignore-table=db_name.tbl_name