From 733a06e9895a1f3981ba9b211d4b4a232ade8cba Mon Sep 17 00:00:00 2001 From: guylichtman Date: Wed, 25 Jul 2012 08:11:36 -0700 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index b41408a..ce023ea 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -34,7 +34,7 @@ AUDIT plugin supports setting the offsets via configuration. So if the offsets a If the MySQL distribution includes debug symbols (most builds from mysql.com include debug symbols) it is possible to extract the offsets using a simple script. -Download the offset-extract.sh script from: https://github.com/mcafee/mysql-audit/blob/master/offset-extract/offset-extract.sh +Download the offset-extract.sh script from: https://raw.github.com/mcafee/mysql-audit/master/offset-extract/offset-extract.sh Note: GDB is required to use this script.