Answers for "how to remove a grant in mysql"

SQL
2

revokeprivileges mysql

REVOKE ALL ON dbname.* FROM 'username'@'localhost';
Posted by: Guest on March-22-2020

Code answers related to "how to remove a grant in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language