2 messages in com.mysql.lists.mysqlRe: How to Enable Full Query Logging?
FromSent OnAttachments
Robinson, Eric27 May 2004 09:47 
Egor Egorov27 May 2004 11:48 
Subject:Re: How to Enable Full Query Logging?
From:Egor Egorov (egor@ensita.net)
Date:05/27/2004 11:48:13 AM
List:com.mysql.lists.mysql

"Robinson, Eric" <er@nvipa.com> wrote:

Hi,

I included the following statement in my.ini:

log=3Dc:\log.txt

I then executed some queries.

The file log.txt only shows the following:

MySql, Version: 4.0.13-nt-log, started with: TCP Port: 3306, Named Pipe: MySQL Time Id Command Argument 040527 9:31:57 1 Connect ODBC@127.0.0.1 as anonymous on=20 040527 9:32:07 1 Query show status 040527 9:32:17 1 Query show status 040527 9:32:27 1 Query show status 040527 9:32:37 1 Query show status 040527 9:32:47 1 Query show status 040527 9:32:57 1 Query show status

I thought the log file was supposed to show the full text of SELECT, INSERT, and UPDATE statements. Am I incorrect?

You are right. Probably you didn't execute any INSERT/UPDATE/SELECT statements,
that is why they are not in the log file.

How do I see this information?