My question is regarding Master-Slave replication on MySQL using linux server.
I am just testing something on replication in MySQL, I am wondering is it possible to prevent the slave from replicating delete statements?
I know the slave will replicate all inserts/deletes from the master. But I only want it to replicate the inserts.
Is this possible?