krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
323 stars 98 forks source link

Exception: Could not find first log file name in binary log index file (bad filename) #62

Closed jnunez166 closed 4 years ago

jnunez166 commented 4 years ago

Please provide the following details.

Steps required to reproduce the problem.

  1. Start a listener
  2. Trigger events
  3. CTRL-C to quit the listener
  4. Start the listener again

Expected Result.

Actual Result.

krowinski commented 4 years ago

tx for reporting this, mariadb < 10 have different header size then mariadb 5.5

fixed in 6.2.1