See all mysql grants


/ Published in: SQL
Save to your folder(s)

It does not show the grants themselves, but shows all users with grants.


Copy this code and paste it in your HTML
  1. SELECT USER,Host FROM mysql.user;

URL: http://www.netadmintools.com/art431.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.