I would like to know how I can verify what privileges have been
granted to a specific user on MySQL. I don't remember if my user
'carlos' has specific privileges on 'mydb' database. I am sure I could
simply re-run the following command:

GRANT ALL PRIVILEGES ON mydb.* TO 'carlos'@'localhost'
    ->     WITH GRANT OPTION;

I really would like to avoid redundant commands if I could verify that
my user 'carlos' already has the neccessary privileges on the specific
database(s) in question.

Thanks for any info / help!

-Carlos

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to