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.