Updated Installation (markdown)
parent
dc6655ae02
commit
e443aa2c86
|
@ -1,7 +1,8 @@
|
|||
Download the latest binary release from: https://github.com/mcafee/mysql-audit/downloads
|
||||
Download the latest binary release from: https://github.com/mcafee/mysql-audit/downloads.
|
||||
|
||||
Make sure to download the proper binary distribution. There are separate binaries for MySQL 5.1 and MySQL 5.5 according
|
||||
to platform (32 or 64 bit).
|
||||
Development snapshot builds are available at: https://bintray.com/mcafee/mysql-audit-plugin/dev-snapshot. These builds are right off the trunk. They are usually stable, but do have a higher chance of containing new bugs.
|
||||
|
||||
Make sure to download the proper binary distribution. There are separate binaries for MySQL 5.1, 5.5. and 5.6 according to platform (32 or 64 bit).
|
||||
|
||||
The Plugin file is available in the zip binary distribution under the lib dir. File name: libaudit\_plugin.so. To install AUDIT Plugin, copy libaudit\_plugin.so to the plugin\_dir (for example _/usr/lib/mysql/plugin_ or _/usr/lib64/mysql/plugin_ ) of MySQL.
|
||||
|
||||
|
@ -48,4 +49,3 @@ The AUDIT plugin will show up with the name AUDIT. Additionally you can verify t
|
|||
|
||||
See: [[Troubleshooting]]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue