From f87d6712377c43bcf4e373dd10dfeeaf8becc7e2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 16 Jul 2001 20:34:06 +0000 Subject: [PATCH] clarification --- Documentation.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index 829ae34db..4dd277c58 100755 --- a/Documentation.html +++ b/Documentation.html @@ -759,7 +759,7 @@

- I try to upload a file and I get:
+ I try to insert a text file in a table, and I get:
Error MySQL said: The file '/tmp/phpkvpp60' must be in the database directory or be readable by all

@@ -770,7 +770,9 @@ running on the same machine) cannot open the file (except if running as root, which is not recommended).
- The system administrator can do a "chmod 777 /tmp" to enable uploads. + The system administrator can do a "chmod 777 /tmp": then the MySQL + server will accept to read it. Also, the user must have File privilege. +