MySQL Forums
Forum List  »  Spanish

Re: Error_code: 1146
Posted by: Byron Gallardo
Date: August 20, 2020 07:10PM

Hola Peter, trate con SQL_SLAVE_SKIP_COUNTER pero me da error.

mysql> SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
ERROR 1858 (HY000): sql_slave_skip_counter can not be set when the server is running with @@GLOBAL.GTID_MODE = ON. Instead, for each transaction that you want to skip, generate an empty transaction with the same GTID as the transaction

Options: ReplyQuote


Subject
Views
Written By
Posted
753
August 20, 2020 04:10PM
198
August 20, 2020 04:13PM
188
August 20, 2020 05:23PM
Re: Error_code: 1146
217
August 20, 2020 07:10PM
178
August 20, 2020 08:32PM
221
August 20, 2020 09:02PM
287
August 24, 2020 12:11PM
172
August 24, 2020 03:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.