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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python MySQL replication
Hi,
Maybe your replication user doesn't have SELECT privilege ? (SUPER and REPLICATION CLIENT is not enough)