Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
None
Description
I would like to know whether we can create Customized roles in MariaDB ?
CREATE ROLE <Customized_Role>;
GRANT <priv1, priv2, priv3, ... multiple privileges> ON . TO <Customized_Role>;
GRANT <Customized_Role> to <User>;