0
0
llucycodes42
REVOKE grants the role of user input on the db_name and table_name tables to user_name on the localhost server.
Shortcut: s_priv_drop
REVOKE ALL ON `db_name`.`table_name` FROM 'user_name'@'localhost';
0
0
llucycodes42
REVOKE grants the role of user input on the db_name and table_name tables to user_name on the localhost server.
Shortcut: s_priv_drop
REVOKE ALL ON `db_name`.`table_name` FROM 'user_name'@'localhost';