When using database accounts for authentication, what privileges are needed to see the Admin Tools menu?
If I log into myDBR using my MySQL root account, I see the Admin Tools and can use myDBR without problems.
However, if I log into myDBR as a non-root user, I can't.
My non-root user was given the following privileges:
GRANT ALL ON mydbr.* TO student@localhost;
Of course, this user has all the necessary privileges on his own database as well.
What extra is needed? What am I missing?
Regards,
Bob Polis