Updated Troubleshooting (markdown)

master
guylichtman 2012-07-25 08:11:36 -07:00
parent 5dd51ac90a
commit 733a06e989
1 changed files with 1 additions and 1 deletions

@ -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.