"Robinson, Eric" <[EMAIL PROTECTED]> 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     [EMAIL PROTECTED] 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?
> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to