Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
Using a modified version of the dump_events.php script, produce an error:
TypeError: MySQLReplication\BinaryDataReader\BinaryDataReader::readUInt8(): Return value must be of type int, null returned in /opt/vendor/krowinski/php-mysql-replication/src/MySQLReplication/BinaryDataReader/BinaryDataReader.php:182
I'm not sure how I can pinpoint the offending row as the exception happens before I can output any information about this row.
I'd be happy to provide the actual row if there's a way to grab any information of the offending row.
SELECT VERSION();
): 8.0.36Using a modified version of the
dump_events.php
script, produce an error:Stack trace:
I'm not sure how I can pinpoint the offending row as the exception happens before I can output any information about this row. I'd be happy to provide the actual row if there's a way to grab any information of the offending row.