MySQL error code
MySQL error 1418
MySQL server error 1418 is ER_BINLOG_UNSAFE_ROUTINE, reported with SQLSTATE HY000.
This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
| Error | 1418 |
|---|---|
| Name | ER_BINLOG_UNSAFE_ROUTINE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference