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 5.1 #27

Open drafenous opened 4 years ago

drafenous commented 4 years ago

Hello Friend, I saw in the README that you tested from the most recent version up to version 5.5 on MySQL.

I am trying to implement on a MySQL 5.1 but it really is not working. Do you know any solution for this?

The connection is made normally, but the triggers do not work.

Grateful for the attention.