From 1207e8355e8da7d21eee2539eb76d8d7669d5c14 Mon Sep 17 00:00:00 2001 From: Guy Lichtman Date: Thu, 16 Jan 2014 00:12:04 -0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 9094901..8a1f375 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -73,4 +73,6 @@ Then try installing the AUDIT plugin either via plugin-load configuration option **Note:** Some distributions (such as Percona Server) contain the mysqld debug symbols as a separate binary, which requires installing an additional package (rpm/deb). For example for Percona Server on RedHat you will need to install: Percona-Server-55-debuginfo-5.5.30-rel30.1.465.rhel6.x86_64.rpm. Once installed pass to the `offset-extract.sh` script also the path to the mysqld symbols file. Symbols file must be the same version as the target mysqld. For example: - ./offset-extract.sh /usr/sbin/mysqld /usr/lib/debug/usr/sbin/mysqld.debug \ No newline at end of file + ./offset-extract.sh /usr/sbin/mysqld /usr/lib/debug/usr/sbin/mysqld.debug + +Notice that the mysqld debug symbols may be named also: `/usr/lib/debug/usr/sbin/mysqld` (no `.debug`). Make sure not to confuse this with `mysqld-debug` which is a separate executable. \ No newline at end of file