You've already forked mysql-audit
mirror of
https://github.com/trellix-enterprise/mysql-audit.git
synced 2025-12-14 18:14:01 +08:00
renamed README to support github markdown syntax
This commit is contained in:
52
README.md
Normal file
52
README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
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 stand alone 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
|
||||
|
||||
|
||||
Reporting Bugs
|
||||
------------------------------
|
||||
|
||||
Please report bugs to: https://github.com/mcafee/mysql-audit/issues
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user