v.18.12New Feature
Added allow_ddl Option to Restrict DDL Query Access
Added the allow_ddl option, which restricts the user’s access to DDL queries. #3104Why it matters
This feature restricts access to Data Definition Language (DDL) queries, enhancing security and preventing unauthorized schema changes by limiting which users can perform such operations.How to use it
Set theallow_ddl option for a user in the user profile configuration to true to allow DDL queries or false to deny them.