3 messages in com.mysql.lists.win32Re: Redirect MySql command output
FromSent OnAttachments
James Murphy20 Jul 2004 13:04 
David Emme20 Jul 2004 16:36 
Jason Corcoran21 Jul 2004 00:33 
Subject:Re: Redirect MySql command output
From:David Emme (dem@pobox.com)
Date:07/20/2004 04:36:35 PM
List:com.mysql.lists.win32

--- On 2004-07-20 1:04 PM (-0700), James Murphy wrote:

How can I redirect the output of a MySql command to a file?

DESCRIBE abc > temp.txt

From the DOS command prompt:

mysql -e "describe abc" > temp.txt

-Dave