mysql> show grants; //(linux)
show grants; //(windows)
mysql> show grants for zjjxjy; //(linux)
show grants for zjjxjy; //(windows)
mysql> select * from mysql.user where user='zjjxjy'\G; //(linux)
select * from mysql.user where user='zjjxjy'; //(windows)
-注: