MySQL – show user privileges
Posted on: December 6, 2010 /
Categories: MySQL
MySQL command to view user privileges:
SHOW GRANTS FOR 'root'@'localhost';