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
Guy Lichtman 734882dfaa offsets for 5.6.25 and 5.5.44 2015-06-07 17:21:06 +03:00
config Initial Commit 2012-02-27 14:40:46 +02:00
include new configuration: audit_json_file_bufsize . Controls the buffer size used when logging to a file. Value of 0 means default size, value of 1 means no buffering. 2015-03-09 10:37:31 +02:00
offset-extract New offsets added. Fixing issue #98 and a crash seen on percona when changing default database ("use <db>"). 2015-01-26 18:11:55 +02:00
pcre 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
src offsets for 5.6.25 and 5.5.44 2015-06-07 17:21:06 +03:00
udis86 Initial Commit 2012-02-27 14:40:46 +02:00
yajl Initial Commit 2012-02-27 14:40:46 +02: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 readme improvements 2012-08-01 21:37:49 +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 offset support for 5.5.40 and 5.6.21. Better auto offset detection for debina/ubuntu using 5.6.x. Compilation support with MariaDB 10 source code. 2014-10-06 09:29:35 +02:00
configure.ac added special variable named audit_plugin_version_<version>_<revision> where '.' is repalced with '_'. This variable can be used to extract the version of the plugin by using a tool such as nm or objdump. issue #96. 2014-12-20 20:29:36 +02:00

README.md

MySQL AUDIT Plugin

MySQL AUDIT Plugin is 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 of AUDIT plugin is available at: https://github.com/mcafee/mysql-audit

License

Copyright (C) 2012 McAfee, Inc.

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.