diff --git a/ChangeLog b/ChangeLog index 8e2f956ee..1635edb5d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-10-29 Marc Delisle + * Documentation.html: clarification on FAQ 6.20 + 2005-10-28 Sebastian Mendel * server_privilegs.php, libraries/common.lib.php, themes/*/theme_right.css.php: diff --git a/Documentation.html b/Documentation.html index 007d518d6..1850bdbfe 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3959,10 +3959,7 @@ RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]

Upgrading to MySQL 4 usually gives users those global privileges: CREATE TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also - enables users to see all the database names, until you upgrade the grant - tables - - as described in the MySQL manual. + enable users to see all the database names. See this bug report.

So if your users do not need those privileges, you can remove them and their databases list will shorten.