Re: Viewing the server commands

From: Luuk <luuk_at_invalid.lan>
Date: Sat, 20 Dec 2014 18:03:46 +0100
Message-ID: <5495abf2$0$2865$e4fe514c_at_news.xs4all.nl>


On 20-12-2014 17:20, Stefan Ram wrote:
> ram_at_zedat.fu-berlin.de (Stefan Ram) writes:
>> IIRC, the show command is implemented in the MySQL monitor
>> (the MySQL command-line client), not in the MySQL server.
>
> I just see that the above paragraph seems to be wrong.
> But the question of the next paragraph still remains:
>
>> How can I see the commands the MySQL monitor actually sends
>> to the MySQL server?
>
>

(see: http://dev.mysql.com/doc/refman/5.6/en/query-log.html)

if configured than you can do this to turn on logging: SET GLOBAL general_log = 'ON';

or, to turn it off:
SET GLOBAL general_log = 'OFF'; Received on Sat Dec 20 2014 - 18:03:46 CET

Original text of this message