Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
Sometimes, I have got the following error "No error information" from the stack trace "/src/MySQLReplication/BinLog/BinLogSocketConnect.php(63): MySQLReplication\Socket\Socket->readFromSocket()"
Expected Result.
Actual Result.
I couldn't find some information to reproduce the problem.
SELECT VERSION();
): 5.6.10-logSometimes, I have got the following error "No error information" from the stack trace "/src/MySQLReplication/BinLog/BinLogSocketConnect.php(63): MySQLReplication\Socket\Socket->readFromSocket()"
I couldn't find some information to reproduce the problem.