0
0
llucycodes42
This code will revoke all privileges for the user_name@localhost user on all servers in the &[USER_INPUT:4:user_name]'@'&[USER_INPUT:5:localhost]' group.
Shortcut: s_priv_drop_all
REVOKE ALL ON *.* FROM 'user_name'@'localhost';
0
0
llucycodes42
This code will revoke all privileges for the user_name@localhost user on all servers in the &[USER_INPUT:4:user_name]'@'&[USER_INPUT:5:localhost]' group.
Shortcut: s_priv_drop_all
REVOKE ALL ON *.* FROM 'user_name'@'localhost';