Good day!
I would just like to ask about the behavior of slave-skip-error.
Say I have a master-slave replication.
On slave, I accidentally inserted a row on a table generated an id of 5.
On the master, a user has inserted a row generating an id of 5 also.
Will the record I generated on the slave remains or will it be overwritten
by the record from the master?
Thank you very much.
I would just like to ask about the behavior of slave-skip-error.
Say I have a master-slave replication.
On slave, I accidentally inserted a row on a table generated an id of 5.
On the master, a user has inserted a row generating an id of 5 also.
Will the record I generated on the slave remains or will it be overwritten
by the record from the master?
Thank you very much.