From 7f2893c801a7defd91228aedb80ffda1b79baf46 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Jan 2002 17:54:43 +0000 Subject: [PATCH] support open_basedir --- Documentation.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Documentation.html b/Documentation.html index 0369ae0ea..7233385aa 100755 --- a/Documentation.html +++ b/Documentation.html @@ -989,6 +989,19 @@ It seems to clear up many problems between IE and SSL.

+

+ I get an 'open_basedir restriction' while uploading a file from the + query box. +
+ Since version 2.2.4, phpMyAdmin supports servers with open_basedir + restrictions. Assuming that the restriction allows you to open files + in the current directory ('.'), all you have to do is create a 'tmp' + directory under the phpMyAdmin install directory, with permissions 777 + and the same owner as the owner of your phpMyAdmin directory. The + uploaded files will be moved there, and after execution of your SQL + commands, removed. +

+

[Configuration]