Re: Can not write to a file in /home/.....

2002-12-17 Thread Qunfeng Dong
chown -R mysql:mysql /home/medic/ and make sure there is no outfile.txt already in that dir. --- sam <[EMAIL PROTECTED]> wrote: > I executed the following statement: > > SELECT * INTO OUTFILE '/home/medic/outfile.txt' FROM > fool; > > I get the error meassge > > " Can't create/write to file > '

RE: Can not write to a file in /home/.....

2002-12-17 Thread Charles Mabbott
lto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 5:51 PM To: MySQL List Subject: Re: Can not write to a file in /home/. I executed the following statement: SELECT * INTO OUTFILE '/home/medic/outfile.txt' FROM fool; I get the error meassge " Can't create/write to

Re: Can not write to a file in /home/.....

2002-12-17 Thread sam
I executed the following statement: SELECT * INTO OUTFILE '/home/medic/outfile.txt' FROM fool; I get the error meassge " Can't create/write to file '/home/medic/outfile.txt' (Errcode:13) " I followed the solutions from the manual "A.3.3 Problems with File Permissions" and still have a problem.