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.