Master – Slave Replication on specific rows of table
I am a not an expert in MySQL world and looking for a solution like I have a table for example: issue_table ============= id, issue_from, details 1, machine1, "some details" 2, machine1, "some details again" 3, machine2, "some details" 4, …
Master – Slave Replication on specific rows of table Read more »