debugging - mysql: ERROR: Option 'debug=d:t:o,/var/log/list.log' used, but is disabled -


in app

mysql: error: option 'debug=d:t:o,/var/log/list.log' used, disabled 

how can enable --debug in mysql? if possible without changing my.conf.

i found following solution

instead of

mysql --debug ....... 

i

mysql ............... <<eof 2>>/var/log/list.log 

its saving errors , warnings file


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -