I am replicating MySQL databases and replication stops whenever there is an error in MySQL query i.e., duplicate entry etc.
How can replication recover from query errors by itself without the skipping the binlogs manually ?
Any help will be appreciated.