In this blog, I will provide answers to the Q
& A for the MySQL Replication Troubleshooting webinar.
First, I want to thank everybody for attending the August 25
webinar. The recording and slides for the webinar are available
here. Below is the list of your questions that
I wasn’t able to answer during the webinar, with responses:
Q: Hi Sveta. One question: how is it possible to
get N previous events using the SHOW BINLOG EVENTS command? For
example, the position is 999 and I want to analyze the previous
five events. Is it possible?
A: Not, there is no such option. You cannot get
the previous five events using
SHOW BINLOG EVENTS
. …
[Read more]