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