"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
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