Re: Error on Outfile

2004-06-02 Thread John Mistler
I just encountered this yesterday on my Macintosh, and it turned out that user "mysql" did not have permission to write to the destination folder. I simply had to change the permissions on that folder to include Read & Write access to user "mysql". -John on 6/1/04 8:09 PM, [EMAIL PROTECTED] at [

Error on Outfile

2004-06-01 Thread [EMAIL PROTECTED]
input: select firstname,middlename,lastname,county,state,dob,ssn into outfile '/Users/user/temp/test.csv' fields terminated by ',' lines terminated by '\n' from iffinet.subjects where client_id='1' and ostatus='complete'; output: ERROR 1: Can't create/write to file '/Users/timbest/test.csv' (Errco