-
I tried to run the sample program with mysql 5.7.23 binlog file, but seems cannot print. The code piece is exactly the same as sample. Better to have a sample binlog file attached to the project, so that I can confirm whether it's because of binlog file format issue or other reasons.
|
Beta Was this translation helpful? Give feedback.
Answered by
rusuly
Sep 12, 2021
Replies: 1 comment
-
Hi, static async Task Main(string[] args)
{
await OfflineSample.Start(false);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rusuly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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