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

Does not show any event... No error appears. #50

Open jordanmatos opened 5 months ago

jordanmatos commented 5 months ago

Hello, first of all, thank you for making the code available. I tried, I've already tested both on localhost and directly on the almalinux server... It doesn't give any errors, but no event appears either. No matter how much I touch the database... Nothing happens. It doesn't come out of this, as shown in the attached print.

What can it be?

Server MySql: Server: Localhost via UNIX socket Server type: MySQL Server connection: SSL is not being used Documentation Server version: 5.7.44-log - MySQL Community Server (GPL) Protocol version: 10 User: netsexyrede@localhost Server charset: cp1252 West European (latin1)

MySql from LocalHost (my pc): Server: 127.0.0.1 via TCP/IP Server type: MariaDB Server connection: SSL is not being used Documentation Server version: 10.4.32-MariaDB-log - mariadb.org binary distribution Protocol version: 10 User: root@localhost Server charset: UTF-8 Unicode (utf8mb4)

see attached mysl-events