MySQL error code
MySQL error 1419
MySQL server error 1419 is ER_BINLOG_CREATE_ROUTINE_NEED_SUPER, reported with SQLSTATE HY000.
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)
| Error | 1419 |
|---|---|
| Name | ER_BINLOG_CREATE_ROUTINE_NEED_SUPER |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference