Re: genereal query log

2003-07-16 Thread Victoria Reznichenko
"Moritz Steiner" <[EMAIL PROTECTED]> wrote: > I want to turn on and off the general query log from time to time. Is > there a possibility to do this without changing the my.cnf file and > restarting the server. > I thought for example "set option log=ON" You can do SET SQL_LOG_OFF=1; to

genereal query log

2003-07-15 Thread Moritz Steiner
I want to turn on and off the general query log from time to time. Is there a possibility to do this without changing the my.cnf file and restarting the server. I thought for example "set option log=ON" Thanks, Moritz