On 2015-12-23, Predrag Punosevac <[email protected]> wrote:
> SQLSTATE[HY000]: General error: 1419 You do not have the SUPER privilege
> and binary logging is enabled (you *might* want to use the less safe
> log_bin_trust_function_creators variable) (HY000)
> at file /racktables/wwwroot/inc/dictionary.php, line 43

in order to have permission to do this you'll either disable binary
logging, or set the log_bin_trust_function_creators variable, or grant
the SUPER privilege.

https://mariadb.com/kb/en/mariadb/replication-and-binary-log-server-system-variables/#log_bin_trust_function_creators
https://mariadb.com/kb/en/mariadb/binary-logging-of-stored-routines/

Reply via email to