INFORMATION_SCHEMA.RIGHTS 的说明

发布于 2024-11-10 06:41:22 字数 103 浏览 3 评论 0原文

这张表的目的是什么?从它的名称来看,我们是否可以假设它列出了分配给每个用户的所有权限?

如果我们需要知道分配给哪个用户什么权限,我们应该只看这张表吗?或者还有另一张表可供阅读?

What is the purpose of this table? From it's name, could we assume that it lists all rights assigned to each user?

If we need to know what right are assigned to which user, should we look only this table? Or there is another table to read?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄暮涼年 2024-11-17 06:41:22

这张表的用途是什么?

它包含用户和角色的权限列表。

或者还有另一个表格可供阅读?

是的。您还需要知道为用户分配了哪些角色:INFORMATION_SCHEMA.ROLES

What is the purpose of this table?

It contains the list of rights of users and roles.

Or there is another table to read?

Yes. You also need to know what roles are assigned to a user: INFORMATION_SCHEMA.ROLES

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文