nevill / zongji

A mysql binlog listener running on Node.js.
Other
376 stars 118 forks source link

ER_MASTER_FATAL_ERROR_READING_BINLOG #136

Open hainee opened 3 years ago

hainee commented 3 years ago

error:

ER_MASTER_FATAL_ERROR_READING_BINLOG: Client requested master to start replication from impossible position; the first event '.' at 1054251423, the last event read from '.' at 4, the last byte read from '.' at 4.

This error occurs when the database connection is disconnected and reconnected.

manojVivek commented 3 years ago

This happens to me as well. Is this something related to the MySQL server version?

elisagc commented 1 year ago

This is also happening to me, did anyone found any solution?