From 45e6e5dae8e6226790fb6bc2f482c9892810906e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 27 Nov 2003 20:24:44 +0000 Subject: [PATCH] clarification --- Documentation.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index e78482888a..36e3fbff76 100755 --- a/Documentation.html +++ b/Documentation.html @@ -157,8 +157,8 @@ installed phpMyAdmin (unless it's on a closed intranet, or you wish to use HTTP or cookie authentication), for example with HTTP-AUTH (in a .htaccess file). See the - FAQ section for additional - information. + multi-user sub-section of the FAQ + for additional information, especially FAQ 4.4.
  • Open the file <www.your-host.com>/<your-install-dir>/index.php in your browser. phpMyAdmin should now display a welcome screen @@ -284,6 +284,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost'; allows you to login as any valid MySQL user.
  • Is only supported with PHP running as an Apache module, not with CGI.
  • +
  • See also FAQ 4.4 about not using the .htaccess mechanism along + with 'http' authentication mode.
  • 'cookie' authentication mode: