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 pr
I'll add my voice especially on the local file. many times I have wanted to
be able to skip creating the file on the server, then having to scp it to my
local box.
On Tuesday 11 December 2001 02:09 pm, you wrote:
> Hi,
>
> I would like to request the addition of the following features to the
>
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 outfil