From e443aa2c86fc6e8cbd33f23737419eb442741840 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Sat, 8 Jun 2013 12:12:41 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 59d0127..a2f37b8 100644 --- a/Installation.md +++ b/Installation.md @@ -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]] -