查看用户有哪些权限
show grants for ‘用户名'[@’主机’]
主机可以省略,默认值为%,示例:
mysql> show grants for ‘test1’@’localhost’;

show grants;
查看当前用户的权限,如:
mysql> show grants;

正文完
查看用户有哪些权限
show grants for ‘用户名'[@’主机’]
主机可以省略,默认值为%,示例:
mysql> show grants for ‘test1’@’localhost’;
show grants;
查看当前用户的权限,如:
mysql> show grants;