Seaquel
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)
Error1419
NameER_BINLOG_CREATE_ROUTINE_NEED_SUPER
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference