The miracle of hyperlinking.
This commit is contained in:
@@ -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ř <michal@cihar.com>
|
||||
* libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
|
||||
|
@@ -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
|
||||
<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 />
|
||||
So if your users do not need those privileges, you can remove them and their
|
||||
databases list will shorten.
|
||||
|
Reference in New Issue
Block a user