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