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 "filename"; ????

No.  In fact, one constraint on this statement is that the file must
*not* exist already.  (Security reasons.)

-- 
Paul DuBois, [EMAIL PROTECTED]

---------------------------------------------------------------------
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