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
*mysql version (SELECT VERSION();): 10.3.21-MariaDB-1:10.3.21+maria~stretch-log
Steps required to reproduce the problem.
Start a listener
Trigger events
CTRL-C to quit the listener
Start the listener again
Expected Result.
Continue listening from last position
Actual Result.
Exception: Could not find first log file name in binary log index file. The filename always contains non-printable characters at the end "mysql-bin.007566ݬp". Does not always happen. But 3 out of 5 attempts will cause this issue.
SELECT VERSION();
): 10.3.21-MariaDB-1:10.3.21+maria~stretch-log