MySQL  - 讨论区

标题:Percona Server 5.6.17-65.0 supports Audit Log Plugin(日志审计)

2014年05月24日 星期六 09:00

安装audit_log

mysql> INSTALL PLUGIN audit_log SONAME 'audit_log.so';

mysql>show flugins;

| audit_log                   | ACTIVE   | AUDIT              | audit_log.so | GPL     |
mysql> show global variables like 'audit%';
+--------------------------+--------------+
| Variable_name            | Value        |
+--------------------------+--------------+
| audit_log_buffer_size    | 1048576      |
| audit_log_file           | audit.log    |
| audit_log_flush          | OFF          |
| audit_log_format         | OLD          |
| audit_log_policy         | ALL          |
| audit_log_rotate_on_size | 0            |
| audit_log_rotations      | 0            |
| audit_log_strategy       | ASYNCHRONOUS |
+--------------------------+--------------+
使用 
在mysql的datadir目录下会生成一个audit.log文件,会记录操作。

2014年05月24日 星期六 09:00

官方文档http://www.percona.com/doc/percona-server/5.6/management/audit_log_plugin.html#audit-log-plugin

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号