Sunday, 11 August 2013

MySQL sandbox strace option

MySQL sandbox strace option

Latest MySQL Sandbox version uses environment variable SBDEBUG to start
mysql instances in debug mode, but i can't pass mysql --debug option.
export SBDEBUG=d:t:O,/tmp/client.trace
cd ~/sandboxes/msb_5_6_13
./start
I want to get strace output. How can i do that ? Links:
SBDEBUG
MySQL trace files
MySQL Sandbox

No comments:

Post a Comment