PDA

View Full Version : MySQL - deactivate logging?


Alex
Wed 3rd Sep '03, 9:46am
Hi there,

how can i deactivate logging in mysql? At the moment, when i enter "show variables" log = Off", but "log_bin = On". I need to deactivate log_bin also.

I tried to add a line to my.cnf, saying log_bin = off, but it doesn't so anything.

It's probably not a big deal, but any help would be apprecciated! Thanks!

eva2000
Wed 3rd Sep '03, 12:24pm
in my.cnf delete the entry which says

log-bin

remember to restart mysql after

Alex
Thu 4th Sep '03, 10:15am
in my.cnf delete the entry which says

log-bin

remember to restart mysql afterThere is no such entry. :confused:

eva2000
Thu 4th Sep '03, 7:23pm
post the contents of your /etc/my.cnf file

also what does command

locate my.cnf

return ?