Updated Installation (markdown)

master
aharonrobbins 2017-12-05 12:45:21 +02:00
parent 6786cdbdda
commit 955c9a685a
1 changed files with 5 additions and 2 deletions

@ -2,9 +2,12 @@ Download the latest binary release from: https://bintray.com/mcafee/mysql-audit-
Development snapshot builds are available at: https://bintray.com/mcafee/mysql-audit-plugin/dev-snapshot (follow the latest version link and then the "Files" link). 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, 5.6, 5.7) and MariaDB (5.5, 10.0, 10.1) according to platform (32 or 64 bit).
Make sure to download the proper binary distribution. There are separate binaries for MySQL (5.1, 5.5, 5.6, 5.7), MariaDB (5.5, 10.0, 10.1, 10.2), and Percona (5.7.19) according to platform (32 or 64 bit). Please note:
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.
* The binary for MariaDB 10.2 is for 10.2.10 and later.
* Only 64-bit binaries are supplied for Percona.
The Plugin file is available in the zip binary distribution under the lib dir. File name: libaudit/_plugin.so. To install the AUDIT Plugin, copy libaudit/_plugin.so to the plugin/_dir (for example _/usr/lib/mysql/plugin_ or _/usr/lib64/mysql/plugin_ ) of MySQL.
To see the configured plugin dir, login to MySQL and issue the following command: