Dang ! I get this error when I try to check for priv settings for my DB

SQL-query :
USE mysql
MySQL said:
Access denied for user: '[EMAIL PROTECTED]' to database 'mysql'



Please advise. Thanks
Pushpinder



On Tuesday, January 6, 2004, at 02:29 PM, Jay Blanchard wrote:

[snip]
    I am still stuck with this bug. Can some one advise me, how to find

out if I have the FILE privilege on my DB or not.
[/snip]

USE mysql;
SELECT * FROM user WHERE User = 'master';

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to