Mike,

On Fri, 13 Jun 2003 08:59:09 -0600
"Mike Hillyer" <[EMAIL PROTECTED]> wrote:

> GRANT SHOW DATABASES will allow a user to see all databases, whether the
> user can access them or not.

How should I securely grant SHOW DATABASES to an user?

GRANT SHOW DATABASES ON mysql.db to [EMAIL PROTECTED];
GRANT SHOW DATABASES ON mysql.db to dfn@"%";

Is this right?

Thank's
Ronan

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to