A MySQL output plugin for Pigsty, a system for processing and storing security events. This package (v0.1.6) allows Pigsty to insert events into a MySQL database. It is part of a broader ecosystem but has known issues with reconnection and missing table insertions. The project appears to be abandoned with no updates since 2013.
npm install pigsty-mysqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows global installation and configuration for the MySQL output plugin.
Implement custom reconnection logic or use a wrapper.
Manually create the missing table or patch the plugin.
Set localtime: true in config if local timestamps are desired.
Consider using an alternative or updating the codebase.
Install pigsty globally: npm install pigsty -g
Start MySQL service or check connection settings.
Verify user and password in pigsty.config.js.