using mysql_fix_privilege_tables does not remove extra privileges granted at some point during upgrade to MySQL 4.0.x
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-10-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* Documentation.html: clarification on FAQ 6.20
|
||||
|
||||
2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* server_privilegs.php, libraries/common.lib.php,
|
||||
themes/*/theme_right.css.php:
|
||||
|
@@ -3959,10 +3959,7 @@ RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
|
||||
<p>
|
||||
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
|
||||
<a href="http://dev.mysql.com/doc/mysql/en/Upgrading-grant-tables.html">
|
||||
as described in the MySQL manual</a>.
|
||||
enable users to see all the database names.
|
||||
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