drbowen wrote on Thursday, May 21, 2009:
I am trying to restore part of the database from my binary logs. There is a command for mysql slaves to
slave-skip-errors= 1062
Can this be done on the master MySQL server and if so how?
Sam Bowen
drbowen wrote on Thursday, May 21, 2009:
I am trying to restore part of the database from my binary logs. There is a command for mysql slaves to
slave-skip-errors= 1062
Can this be done on the master MySQL server and if so how?
Sam Bowen
openemrhq wrote on Friday, May 22, 2009:
I’m not terribly family with replication on MySQL but, as far as I can tell, no, there is no equivalent command for masters. I looked through the MySQL docs and found a lot of references to the slave-skip-errors flag but nothing mentioned at all for the master.
Dave Kennerson