Re: delete a file from disk?

2001-09-06 Thread Paul DuBois
At 6:17 PM -0400 9/6/01, Christopher Bergeron wrote: >How can I delete a file from disk if it exists from mysql? You can't do this. > If it's not >possible, how can I append to an existing datafile? is there an append >function using SELECT * FROM DATA INTO OUTFILE &qu

delete a file from disk?

2001-09-06 Thread Christopher Bergeron
How can I delete a file from disk if it exists from mysql? If it's not possible, how can I append to an existing datafile? is there an append function using SELECT * FROM DATA INTO OUTFILE "filename"; -