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