From 5611cb7d3be0efa0980678bc1cb07306b0f29f09 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 16 May 2004 17:42:49 +0000 Subject: [PATCH] The miracle of hyperlinking. --- ChangeLog | 2 ++ Documentation.html | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ce3e6064..dec1b00fc 100755 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,8 @@ $Source$ * libraries/functions.js: Bugfix for (un)check all features if $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks to Michael Keck (mkkeck). + * Documentation.html: Let's use a hyperlink instead of referring to the + chapter, as the chaper numbers might change. 2004-05-14 Michal Čihař * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server, diff --git a/Documentation.html b/Documentation.html index f00b96344..2e508bacd 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3548,8 +3548,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge 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, section 2.5.8 - ("Upgrading the Grant tables"). + tables + + as described in the MySQL manual. See this bug report.

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