trellix-enterprise / mysql-audit

AUDIT Plugin for MySQL. See wiki and readme for description. If you find the plugin useful, please star us on GitHub. We love stars and it's a great way to show your feedback.
Other
239 stars 57 forks source link

can i use this mysql-audit in windows? #184

Closed jackyrong closed 6 years ago

jackyrong commented 6 years ago

cause i have customers who use mysql 5.7 in windows!

aharonrobbins commented 6 years ago

Hi. Sorry for the late response; I'm not sure why I didn't see this.

The MySQL plugin is supported only on Linux. It would have to be ported to Windows. Doing so would require a way to extract offsets from the Windows version of MySQL, and also some way to perform hot patching of the code. There are other parts of the plugin that assume that the underlying OS is Linux.

All of the above is probably doable, but we do not currently have plans to support the plugin on Windows. Thanks.