10 messages in com.mysql.lists.win32RE: MS-DOS Window
FromSent OnAttachments
Robbie Martinez04 Mar 2002 15:30 
webm...@w3space.com04 Mar 2002 15:48 
Miguel Angel Solorzano04 Mar 2002 17:46 
Pete French05 Mar 2002 02:10 
Matthew Stanfield05 Mar 2002 03:47 
Robbie Martinez05 Mar 2002 06:48 
Dave Watkinson05 Mar 2002 06:51 
holl...@gmx.net05 Mar 2002 07:34 
Eduardo Silva05 Mar 2002 12:03 
Kevin Farley06 Mar 2002 05:45 
Subject:RE: MS-DOS Window
From:Dave Watkinson (d.wa@mightymatch.com)
Date:03/05/2002 06:51:42 AM
List:com.mysql.lists.win32

If you are trying to capture select queries do this

SELECT thiscolumn, thatcolumn, theothercolumn FROM thistablename WHERE somecriteria AND etc etc etc ORDER BY thiscolumn INTO OUTFILE 'somefilename.txt' ;

doesn't work with DESCRIBE or SHOW TABLES tho

Hope this helps

Dave

-----Original Message----- From: Robbie Martinez [mailto:roma@ssd.usa.alcatel.com] Sent: 04 March 2002 23:31 To: win@lists.mysql.com Subject: MS-DOS Window

This may be a simple MS-DOS question, but I'm a UNIX guy and am pretty clueless...

I'm trying to capture some mysql command output, but my DOS screen runs out of space. In other words, the data goes beyond what I can scroll up to get. Is there any way for me to either:

(1) Redirect output from mysql commands to a file (2) Create a session "typescript" of mysql (3) Increase the DOS window's scroll memory to a very large size (so I don't lose my data on my screen).

Thanks,