I'm using MySQL Server 4.1 on Windows XP.
As a user with all privileges I have created a database "mydb". I can then do "use mydb", but not "show tables" - that gives me access denied error. Should it really be this way? How can I give root access to listing the tables of the database?