您当前的位置: 首页 > 学无止境 > 心得笔记 网站首页心得笔记
查看mysql用户权限
发布时间:2016-01-05 17:50:59编辑:雪饮阅读()
show grants for wangliang@localhost;
查看创建该用户时的具体命令
select * from mysql.user where user='root' and host='127.0.0.1' \G;
查看指定用户的权限列表
关键字词:mysql,用户,权限
发布时间:2016-01-05 17:50:59编辑:雪饮阅读()
show grants for wangliang@localhost;
查看创建该用户时的具体命令
select * from mysql.user where user='root' and host='127.0.0.1' \G;
查看指定用户的权限列表
关键字词:mysql,用户,权限