Mike Wexler writes:
> 
> 
> Quentin Bennett wrote:
> 
> 
> > 
> > Shell escape
> > 
> > mysql> !rm /tmp/data.txt
> > mysql> select col into outfile '/tmp/data.txt' from table;
> > 
> >
> > 
> > mysql> select col into local outfile '/tmp/data.txt' from table
> > 
> >
> > 
> > Would these options prove useful to others?
> 
> 
> Yes. Especially the local outfile.
> 
> 
> > 
> > Regards
> > 
> > Quentin Bennett
> > Transport Systems Division
> > Infinity Solutions 
> > web http:\\www.infinity.co.nz
> > mailto:[EMAIL PROTECTED]
> > Phone : +64 9 358 9720
> > Fax : +64 9 309 4142
> > 
> > 


Hi!

Regarding shell commands it is doable.

Regarding local outfile, there are some clients that do it already,
like mysqlgui.

Fixing it to work in general case is also doable, but it is not a
small feature.> 

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to