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:
Marc Delisle
2005-10-29 13:13:48 +00:00
parent df461e2e65
commit c9ee62a22d
2 changed files with 4 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $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> 2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_privilegs.php, libraries/common.lib.php, * server_privilegs.php, libraries/common.lib.php,
themes/*/theme_right.css.php: themes/*/theme_right.css.php:

View File

@@ -3959,10 +3959,7 @@ RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
<p> <p>
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 enable users to see all the database names.
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 /> 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.