/ Published in: SQL
URL: http://www.netadmintools.com/art431.html
It does not show the grants themselves, but shows all users with grants.
Expand |
Embed | Plain Text
SELECT User,Host FROM mysql.user;
You need to login to post a comment.
