The miracle of hyperlinking.

This commit is contained in:
Alexander M. Turek
2004-05-16 17:42:49 +00:00
parent 0b6975f8bd
commit 5611cb7d3b
2 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ $Source$
* libraries/functions.js: Bugfix for (un)check all features if * libraries/functions.js: Bugfix for (un)check all features if
$cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks $cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
to Michael Keck (mkkeck). 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ř <michal@cihar.com> 2004-05-14 Michal Čihař <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Use one cookie set for each server, * libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,

View File

@@ -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 Upgrading to MySQL 4 usually gives users those global privileges: CREATE
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
enables users to see all the database names, until you upgrade the grant enables users to see all the database names, until you upgrade the grant
tables as described in the MySQL manual, section 2.5.8 tables
(&quot;Upgrading the Grant tables&quot;). <a href="http://dev.mysql.com/doc/mysql/en/Upgrading-grant-tables.html">
as described in the MySQL manual</a>.
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br /> See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
So if your users do not need those privileges, you can remove them and their So if your users do not need those privileges, you can remove them and their
databases list will shorten. databases list will shorten.