撤消用户对特定表的权限?

时间:2017-03-30 14:49:01

标签: mysql

我已使用此命令将数据库的所有权限授予用户'demo':

grant all privileges on wordpress.* to demo@localhost;

现在我想撤销表wp_users的用户权限。我用了这个命令:

revoke all privileges on wordpress.wp_users from demo@localhost;

但是我收到了这个错误:

ERROR 1147 (42000): There is no such grant defined for user 'demo' on host 'localhost' on table 'wp_users'

为什么我收到此错误?

1 个答案:

答案 0 :(得分:1)

因为如上所示,您正在尝试撤销不存在的授权。

获得广泛的拨款可获得广泛的拨款;它不会自动产生大量的个人补助金,然后你可以随后挑选出来。

只需授予对所需表格的访问权限。