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
602
August 20, 2020 04:10PM
167
August 20, 2020 04:13PM
159
August 20, 2020 05:23PM
180
August 20, 2020 07:10PM
149
August 20, 2020 08:32PM
195
August 20, 2020 09:02PM
Re: Error_code: 1146
241
August 24, 2020 12:11PM
137
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.