List:MySQL on Win32« Previous MessageNext Message »
From:David Emme Date:July 21 2004 1:36am
Subject:Re: Redirect MySql command output
View as plain text  
--- 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
-- 
Blessed is the man who, having nothing to say, abstains from
giving us worthy evidence of the fact.
     - George Eliot
Thread
Redirect MySql command outputJames Murphy20 Jul
  • Re: Redirect MySql command outputDavid Emme21 Jul
  • Re: Redirect MySql command outputJason Corcoran21 Jul