MysQL: Show grants for users

mysql> show grants for ‘user’@'host’
or
select * from information_schema.user_privileges where grantee like “‘user’%”;

Tools
Maakit

Comments are closed.