Comment 33 for bug 1040735

Revision history for this message
Raghavendra D Prabhu (raghavendra-prabhu) wrote :

@Bogdan, @others,

If you are using RPM and you have debug symbols installed, then mysqld-debug binary should suffice.

You can start it as

1. Make sure server is not running already.
2. sudo mv /usr/sbin/mysqld /usr/sbin/mysqld-release
3. sudo ln -sf /usr/sbin/mysqld-debug /usr/bin/mysqld

Start the mysql server with your init scripts -- service mysql start.