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

Unable to parse BinaryDataReader with different authentication plugins #128

Open janpalacky opened 1 day ago

janpalacky commented 1 day ago

Please provide the following details.

Steps required to reproduce the problem.

  1. Setup default-authentication-plugin=mysql_native_password for mysql
  2. Set caching_sha2_password to binlog user

Expected Result.

Actual Result.