Skip to content

offline parsing binlog support for mysql 5.7.23 #25

Answered by rusuly
rgyu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
I installed MySQL 5.7.23, enabled binary logging and generated three inserts.
Everything seems to work fine. You can check the binlog file that I uploaded to the source code.
I replaced the Main method code with the the line

static async Task Main(string[] args)
{
    await OfflineSample.Start(false);
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rusuly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants