Retrieve Mysql users list and its privilege

Monday, 30 April 2012

Retrieve Mysql users list and its privilege

Run the below query through command prompt of my-sql

select * from mysql.user\G;

No comments:

Post a Comment