This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

How to define a role for a particular set of users

create role xxx.GM WITH ADMIN CURRENT_USER; here xxx is the schema name I get syntax error out of it. Could anyone shed some lights on this? Thanks Jack

Answer

MariaDB does not support roles at the moment, this is work in progress.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.