parent
b02c4b443c
commit
9514cd999b
21
README.md
21
README.md
|
@ -1,23 +1,26 @@
|
||||||
AUDIT Plugin for MySQL<sup>*</sup>
|
# AUDIT Plugin for MySQL<sup>*</sup>
|
||||||
===================
|
|
||||||
|
|
||||||
|
|
||||||
|
## Overview
|
||||||
A MySQL plugin from McAfee providing audit capabilities 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
|
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.
|
as a standalone audit solution or configured to feed data to external monitoring tools.
|
||||||
|
|
||||||
|
|
||||||
Installation and Configuration
|
## Documentation
|
||||||
------------------------------
|
Please check out our wiki on GitHub. <br/>
|
||||||
|
https://github.com/mcafee/mysql-audit/wiki
|
||||||
|
|
||||||
|
|
||||||
|
## Installation / Configuration
|
||||||
Official McAfee plugin binary releases can be downloaded from the Releases page on GitHub: <br/>
|
Official McAfee plugin binary releases can be downloaded from the Releases page on GitHub: <br/>
|
||||||
https://github.com/mcafee/mysql-audit/releases
|
https://github.com/mcafee/mysql-audit/releases
|
||||||
|
|
||||||
Please check out our wiki on GitHub for detailed installation and configuration instructions: <br/>
|
Please check out our wiki on GitHub for detailed installation and configuration instructions: <br/>
|
||||||
https://github.com/mcafee/mysql-audit/wiki
|
https://github.com/mcafee/mysql-audit/wiki
|
||||||
|
|
||||||
Issues
|
|
||||||
------------------------------
|
|
||||||
|
|
||||||
|
## Feedback / Bug Reporting
|
||||||
Found a bug? Got a feature request or question?
|
Found a bug? Got a feature request or question?
|
||||||
|
|
||||||
Please feel free to report to: https://github.com/mcafee/mysql-audit/issues
|
Please feel free to report to: https://github.com/mcafee/mysql-audit/issues
|
||||||
|
@ -36,13 +39,11 @@ Log file location can be queried by running the following command:
|
||||||
show global variables like 'log_error'
|
show global variables like 'log_error'
|
||||||
|
|
||||||
|
|
||||||
Source Code
|
## Source Code
|
||||||
-------------------------------
|
|
||||||
Source code is available at: https://github.com/mcafee/mysql-audit
|
Source code is available at: https://github.com/mcafee/mysql-audit
|
||||||
|
|
||||||
|
|
||||||
License
|
## License
|
||||||
-------------------------------
|
|
||||||
Copyright (C) 2011-2021 McAfee, LLC.
|
Copyright (C) 2011-2021 McAfee, LLC.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify it under the terms of the GNU
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU
|
||||||
|
|
Loading…
Reference in New Issue