How to DROP ROLE in MairaDB
In MariaDB , you can use below statement to drop the role.Syntax:
MariaDB > Drop Role RoleName;
Example:
Let's say if we have a role with name "Role_Select" and we want to drop, we can use below statement.
MariaDB > Drop Role Role_Select;
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.