Updated Troubleshooting (markdown)

master
Guy Lichtman 2014-01-16 00:12:04 -08:00
parent 1c299b1c35
commit 1207e8355e
1 changed files with 3 additions and 1 deletions

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