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: