rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

MySQL 8.0.23 Support #44

Open asanchezmx opened 2 years ago

asanchezmx commented 2 years ago

I have tried the package with MySQL 8.0.23 and its not working properly, like not showing the detailed events as its supposed or not showing the events at all even if returned a successfull message saying that its connected.

¿Any thoughts regarding of this mysql version?

Yasirunet commented 2 years ago

I think the cause of this problem is the incompatibility in the underlying zonji package with MySQL 8. Maybe @rodrigogs update the underlying zonji dependency with this fork the issue might be fixed!

Refer this issue from the original zonji repository here #135

rodrigogs commented 2 years ago

That seems good. If you have some time to spend on it, I would be glad to review a PR.

I'm going to try my best to find some time to implement it if you cant.

sfabara commented 1 year ago

Any update on this error? I think that this problem and mysql-events #44 may be related.