From 5fb6f1af892351f81e674c6bc0ebb65879004b18 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Mon, 13 Jun 2016 12:25:10 +0300 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 325a007..fdec071 100644 --- a/Installation.md +++ b/Installation.md @@ -2,7 +2,7 @@ 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. and 5.6 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) and MariaDB (5.5, 10.0, 10.1) 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.