MySQL Forums
Forum List  »  Spanish

Re: Error_code: 1146
Posted by: Byron Gallardo
Date: August 24, 2020 12:11PM

he seguido estos pasos https://www.thegeekdiary.com/how-to-skip-a-transaction-on-mysql-replication-slave-when-gtids-are-enabled/ pero el comando, show slave status no me devuelve nada

mysql> show slave status;
Empty set (0.00 sec)

y show master status si me devuelve resultados.

mysql> show master status;
+------------------+-----------+--------------+------------------+-------------------------------------------------------------------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB | Executed_Gtid_Set |
+------------------+-----------+--------------+------------------+-------------------------------------------------------------------------------+
| mysql-bin.000001 | 294942602 | | | 32aba1da-c40a-11ea-b94e-005056010c69:1-761884:1000666-1023873:2023739-2024575 |
+------------------+-----------+--------------+------------------+-------------------------------------------------------------------------------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
938
August 20, 2020 04:10PM
258
August 20, 2020 04:13PM
273
August 20, 2020 05:23PM
292
August 20, 2020 07:10PM
246
August 20, 2020 08:32PM
279
August 20, 2020 09:02PM
Re: Error_code: 1146
357
August 24, 2020 12:11PM
236
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.