96 lines
3.4 KiB
HTML
96 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
<meta name="description" content="mysql-audit : MySQL AUDIT plugin" />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>mysql-audit</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/mcafee/mysql-audit">View on GitHub</a>
|
|
|
|
<h1 id="project_title">mysql-audit</h1>
|
|
<h2 id="project_tagline">MySQL AUDIT plugin</h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/mcafee/mysql-audit/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/mcafee/mysql-audit/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h1>MySQL AUDIT Plugin</h1>
|
|
|
|
<p>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.</p>
|
|
|
|
<h2>Installation and Configuration </h2>
|
|
|
|
<p>Please check out our wiki on github for detailed installation and configuration instructions:</p>
|
|
|
|
<p><a href="https://github.com/mcafee/mysql-audit/wiki">https://github.com/mcafee/mysql-audit/wiki</a> </p>
|
|
|
|
<h2>Reporting Bugs</h2>
|
|
|
|
<p>Please report bugs to: <a href="https://github.com/mcafee/mysql-audit/issues">https://github.com/mcafee/mysql-audit/issues</a></p>
|
|
|
|
<p>Please describe the problem verbosely. Try to see if it reproduces and
|
|
include a detailed description on how to reproduce.</p>
|
|
|
|
<p>Make sure to include your MySQL Server version and Audit Plugin version.
|
|
To print MySQL Server version: log into MySQL and execute the command: </p>
|
|
|
|
<pre><code>status
|
|
</code></pre>
|
|
|
|
<p>Please include with the bug the MySQL error log.
|
|
Log file location can be queried by running the following command: </p>
|
|
|
|
<pre><code> show global variables like 'log_error'
|
|
</code></pre>
|
|
|
|
<h2>Source Code</h2>
|
|
|
|
<p>Source code of AUDIT plugin is available at: <a href="https://github.com/mcafee/mysql-audit">https://github.com/mcafee/mysql-audit</a></p>
|
|
|
|
<h2>License</h2>
|
|
|
|
<p>Copyright (C) 2012 McAfee, Inc.</p>
|
|
|
|
<p>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.</p>
|
|
|
|
<p>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.</p>
|
|
|
|
<p>See COPYING file for a copy of the GPL Version 2 license.</p>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">mysql-audit maintained by <a href="https://github.com/mcafee">mcafee</a></p>
|
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|