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
Post a Comment