mcafee/mysql-audit

淩亂°似流年 2022-08-23 11:55 35阅读 0赞

本文转载自:https://github.com/mcafee/mysql-audit

" class="reference-link">mcafee/mysql-audit octocat-spinner-32.gif

  • Code octocat-spinner-32.gif
  • Issues 5octocat-spinner-32.gif
  • Pull Requests 1octocat-spinner-32.gif
  • Wiki octocat-spinner-32.gif

  • Pulse octocat-spinner-32.gif

  • Graphs octocat-spinner-32.gif
  • Network octocat-spinner-32.gif

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Clone in Desktop Download ZIP

MySQL AUDIT plugin

  • 70 commits
  • 2 branches
  • 6 releases
  • 4 contributors
  1. C 81.8%
  2. C++ 9.0%
  3. Shell 7.8%
  4. Other 1.4%

CC++ShellOther

branch: master

Switch branches/tags

  • Branches
  • Tags

    gh-pages

    master

Nothing to show

v1.0.5

v1.0.4

v1.0.3

v1.0.2

v1.0.1

v1.0.0

Nothing to show

mysql-audit /

New feature: password masking. New configuration variables added: aud… …

  1. it_password_masking_cmds and audit_password_masking_regex.

latest commit 5e9f3730d0

Guy Lichtman guylichtman authored 15 days ago
























































































config Initial Commit 2 years ago
include New feature: password masking. New configuration variables added: aud… 15 days ago
offset-extract Support for 5.1.72, 5.5.34 and 5.6.14. Added new offsets for Security… 9 months ago
pcre New feature: password masking. New configuration variables added: aud… 15 days ago
src New feature: password masking. New configuration variables added: aud… 15 days ago
udis86 Initial Commit 2 years ago
yajl Initial Commit 2 years ago
COPYING Initial Commit 2 years ago
Makefile.am New feature: password masking. New configuration variables added: aud… 15 days ago
README.md readme improvements 2 years ago
THIRDPARTY.txt Initial Commit 2 years ago
bootstrap.sh Initial Commit 2 years ago
compiling.txt Add MySQL5.6 build comment a year ago
configure.ac New feature: password masking. New configuration variables added: aud… 15 days ago

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:

  1. status

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

  1. 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.

注:近期参加MySQL运维学习,老师推荐该文章作为学习和技术提高的扩展阅读,先记录到自己的博客中,随后慢慢消化、学习、提高。本文章与“字符集和权限安全”主题相关。

发表评论

表情:
评论列表 (有 0 条评论,35人围观)

还没有评论,来说两句吧...

相关阅读