mysql查看用户有哪些权限(mysql查看所有用户权限)

查看用户有哪些权限
show grants for ‘用户名'[@’主机’]

主机可以省略,默认值为%,示例:
mysql> show grants for ‘test1’@’localhost’;

mysql查看用户有哪些权限(mysql查看所有用户权限)

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

mysql查看用户有哪些权限(mysql查看所有用户权限)

 

正文完
 0