privileges

2005-01-20 Thread J C
>What is the output of the following statement: > show grants for 'root'@'localhost'; Grants for '[EMAIL PROTECTED]' GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION It turns out that the database that I was trying to decipher, appears to have nothing but empty tables. I ins

privileges

2005-01-20 Thread J C
According to phpMyAdmin I have: user 'root' on 'localhost' with no password with Global privileges set to 'All privileges'. If I do a SELECT user(), I get '[EMAIL PROTECTED]'. Yet there is a database that doesn't now allow me to Browse. How can that be? Don't I have sufficient rights? Thanks!