From f87d6712377c43bcf4e373dd10dfeeaf8becc7e2 Mon Sep 17 00:00:00 2001
From: Marc Delisle
- 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.
+