added FAQ entry
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-07-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: added a FAQ entry about upload errors
|
||||
|
||||
2001-07-12 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_properties.php3: fixed an IE5.0 display bug and an other one with
|
||||
Mozilla.
|
||||
|
@@ -692,6 +692,16 @@
|
||||
So, you must have PHP4 >= 4.0.4 and Zlib support (--with-zlib).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>I try to upload a file and I get: <br />
|
||||
Error MySQL said: The file '/tmp/phpkvpp60' must be in the database directory or be readable by all </b>
|
||||
<br />
|
||||
Your uploaded file is saved by PHP in the "upload dir", as defined in php.ini by the variable upload_tmp_dir (usually the system default is /tmp). If this directory is not readable by all, the MySQL server (which must be running on the same machine) cannot open the file (except if running as root, which is not recommended).
|
||||
<br />
|
||||
The system administrator can do a "chmod 777 /tmp" to enable uploads.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<!-- FAQ -->
|
||||
<a name="Developers"></a><br />
|
||||
|
Reference in New Issue
Block a user