log_bin_trust_function_creators
This page is part of MariaDB's Documentation.
The parent of this page is: System Variables for MariaDB Enterprise Server
Topics on this page:
Overview
If set to FALSE (the default), then when --log-bin is used, creation of a stored function (or trigger) is allowed only to users having the SUPER privilege and only if this stored function (trigger) may not break binary logging. Note that if ALL connections to this server ALWAYS use row-based binary logging, the security issues do not exist and the binary logging cannot break, so you can safely set this to TRUE
DETAILS
PARAMETERS
Command-line | --log_bin_trust_function_creators[={OFF| |
Configuration file | Supported |
Dynamic | Yes |
Scope | Global |
Data Type | BOOLEAN (OFF, ON) |
Product Default Value | OFF |
SKYSQL
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.