News

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
For building DBD::mysql you need a MySQL 8.x or newer client library. perl Makefile.PL make make test See the output of perl Makefile.PL for how to set database credentials. Testing is also done via ...