2 messages in com.mysql.lists.mysqlslave should not stop
FromSent OnAttachments
Jim Nachlin28 Jul 2004 19:17 
Jan Kirchhoff29 Jul 2004 02:01 
Subject:slave should not stop
From:Jim Nachlin (mys@nachlin.com)
Date:07/28/2004 07:17:47 PM
List:com.mysql.lists.mysql

Is there any way within mysql to have the slaves not stop replicating on an error. For some reason, my application is trying to insert duplicate keys. This fails and the slaves stop replicating from the master. Ideally, the command that failed would just be skipped automatically and the whole system keeps going.

If there's no way to fix this problem, has anyone come up with a workaround, like some sort of clever script that will keep things replicating?

Thanks, Jim