Error 1966: When using GTID, @@sql_slave_skip_counter can not be used

Error Code
SQLSTATE
Error
Description

1966

ER_SLAVE_SKIP_NOT_IN_GTID

When using GTID, @@sql_slave_skip_counter can not be used. Instead, setting @@gtid_slave_pos explicitly can be used to skip to after a given GTID position.

Possible Causes and Solutions

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?