关于权限的问题
我知道 show grants for 'user'@'localhost'能查看指定用户所拥有的权限。我遇到的问题是:
“建立表,考察表的生成者拥有该表的哪些权限。”
这个如何做到呢?
谢谢各路大神!
用户实体权限?
可以用root用户,使用mysql数据库
select table_name,user,grantor from tables_priv;
试试这个 connection create(index,view,触发器,存储过程等) alter insert update select show create_tmp等
页:
[1]