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)