View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 07:34 AM
Juan Eduardo Moreno
 
Posts: n/a
Default Re: Alternative command of SET GLOBAL SQL_SLAVE_SKIP_COUNTER

Hi,

We have some options in order to skip type of errors in the replication
process.

Please, identify your number error in slave machine and put into my.cnf
"slave_skip_errors= 1087" for example, where 1087 is a recurrent error for
your replication architecture.

Regards,
Juan



On 6/8/07, Ashok Chauhan < ashok@openlx.com> wrote:
>
> Hi List,
>
> I want to know the alternative command of
> "SET GLOBAL SQL_SLAVE_SKIP_COUNTER" OR
> How i skip the counter of Relay Log Position.
>
> Thanks
> Ashok
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?unsub=j...domc@gmail.com
>
>


Reply With Quote