only_events=[DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent] not giving any Insert / Update / Delete events on my table

125 views
Skip to first unread message

Harshad Ambekar

unread,
Sep 5, 2019, 3:10:35 AM9/5/19
to Python MySQL replication
Hello,

I wanted to capture only rows which are inserted / updated / deleted using only_events=[DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent] parameters. However, I am not getting anything if i used these parameters on any Insert / Update / Delete events on my table.

Can someone help me?

Thanks,
Harshad Ambekar

Mikael Luneau

unread,
Mar 3, 2021, 7:30:39 PM3/3/21
to Python MySQL replication
Hi,

Maybe your replication user doesn't have SELECT privilege  ? (SUPER and REPLICATION CLIENT is not enough)

Reply all
Reply to author
Forward
0 new messages