Ask a Question related to MySQL, Design and Development.
-
Luca #1
Error 1 : Can't create/write to file
I'm really not able to resolve this.
I have a SELECT...INTO OUTFILE query
If I execute it I receive:
Error 1 : Can't create/write to file 'myfile.txt'
I've read
[url]http://dev.mysql.com/doc/refman/5.0...not-create.html[/url]
and so :
1. I've modified " #tmp= /tmp " in " tmp=/tmp/mysql_tmp
2. I've give it permission (mysql)
3. I've modified php safe_mode to off
I still receive the same error. Why??
Luca
Luca Guest
-
write/create new file using IIS, XP Pro
Hey all, This is driving me nuts. Works great with apache on same xp pro box, but I can't get it to work on IIS $handle = fopen("file.txt",... -
Error when saving as .ai with Create PDF Compatible File checked
I am having trouble saving as an .ai file with "Create PDF Compatible File" checked. I am also having trouble saving as a Illustrator PDF. I get an... -
Read/write Excel and create pdf??
Alright, how about a way to read and write to the Excell files?? Will MasterApp do this?? -
Error when trying to create PDF file - Acrobat 6.0
In a book that had been successfully PDFed in the past, I now get the error: %%%% Stack: /ANN /Custom /Subtype /Border -
db informix IDS 7.31: error -264,Could not write to a temporary file.
I have allways that message when the sql is dynamic, how cat to resolve? I don't understand for this error because I have much free disk space.... -
Jerry Stuckle #2
Re: Error 1 : Can't create/write to file
Luca wrote:
Did you take the # away from the front of the line? Otherwise it's a> I'm really not able to resolve this.
>
> I have a SELECT...INTO OUTFILE query
>
> If I execute it I receive:
> Error 1 : Can't create/write to file 'myfile.txt'
>
> I've read
> [url]http://dev.mysql.com/doc/refman/5.0...not-create.html[/url]
>
> and so :
> 1. I've modified " #tmp= /tmp " in " tmp=/tmp/mysql_tmp
> 2. I've give it permission (mysql)
> 3. I've modified php safe_mode to off
>
> I still receive the same error. Why??
>
> Luca
>
>
comment.
Do YOU have write permission for /tmp/mysql_tmp?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
[email]jstucklex@attglobal.net[/email]
==================
Jerry Stuckle Guest



Reply With Quote

