Sample Header Ad - 728x90

Replicate update statement as Insert in Mysql 5.6

0 votes
1 answer
184 views
I want to replicate all update statement from Master as a Insert at Slave end. Is it possible like in SQL Server? If so, how? I want to do it because, if any record on Master is updating and if same record is not present at Slave end, then instead of Replication tends to fail, it should insert that record at Slave end. All insert on Master will act as Insert only at Slave end.
Asked by simplifiedDB (679 rep)
Jul 28, 2015, 11:22 AM
Last activity: Jun 27, 2025, 04:06 AM