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.
 
 
 
 
 
 
Go to file
Aharon Robbins edbed38f42 Update copyright year in README.md. 2018-03-25 14:19:12 +03:00
config Add support for MySQL 5.7.{9,10,11}. 2016-02-07 15:59:41 +02:00
include - Add support for Percona`s MySQL 5.7.19-17, 5.7.20-18 2017-12-28 14:34:46 +02:00
offset-extract Add offsets for MariaDB 10.0.32 and 10.1.26. 2017-08-31 11:16:19 +03:00
pcre Upgrade PCRE to 8.39 and YAJL to 2.1.0. 2016-07-31 15:37:14 +03:00
src Add offsets for Percona 5.7.21-20. 2018-02-21 09:19:48 +02:00
udis86 Initial Commit 2012-02-27 14:40:46 +02:00
yajl Upgrade PCRE to 8.39 and YAJL to 2.1.0. 2016-07-31 15:37:14 +03:00
COPYING Initial Commit 2012-02-27 14:40:46 +02:00
Makefile.am New feature: password masking. New configuration variables added: audit_password_masking_cmds and audit_password_masking_regex. 2014-07-06 16:42:51 +03:00
README.md Update copyright year in README.md. 2018-03-25 14:19:12 +03:00
THIRDPARTY.txt mariadb 10 offsets (upto 10.0.14). Update to third party license file to include pcre. 2014-10-12 18:02:44 +02:00
bootstrap.sh Initial Commit 2012-02-27 14:40:46 +02:00
compiling.txt - Add support for Percona`s MySQL 5.7.19-17, 5.7.20-18 2017-12-28 14:34:46 +02:00
configure.ac - Add support for Percona`s MySQL 5.7.19-17, 5.7.20-18 2017-12-28 14:34:46 +02:00
plugin-name.txt 1. Add support for MariaDB 10.2.0-6, 10.1.25. 2017-07-06 15:29:30 +03:00

README.md

AUDIT Plugin for MySQL*

A MySQL plugin from McAfee providing audit capabilities for MySQL, designed with an emphasis on security and audit requirements. The plugin may be used as a standalone audit solution or configured to feed data to external monitoring tools.

Installation and Configuration

Please check out our wiki on github for detailed installation and configuration instructions:

https://github.com/mcafee/mysql-audit/wiki

Issues

Found a bug? Got a feature request or question?

Please feel free to report to: https://github.com/mcafee/mysql-audit/issues

If reporting a bug, please describe the problem verbosely. Try to see if it reproduces and include a detailed description on how to reproduce.

Make sure to include your MySQL Server version and Audit Plugin version. To print MySQL Server version: log into MySQL and execute the command:

status

Please include with the bug the MySQL error log. Log file location can be queried by running the following command:

 show global variables like 'log_error'

Source Code

Source code is available at: https://github.com/mcafee/mysql-audit

License

Copyright (C) 2011-2018 McAfee, LLC.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See COPYING file for a copy of the GPL Version 2 license.

* Other trademarks and brands may be claimed as the property of others.