MySQL error code
MySQL error 4084
MySQL server error 4084 is ER_WARN_SF_UDF_NAME_COLLISION, reported with SQLSTATE HY000.
This function '%s' has the same name as a loadable function (UDF). To invoke the stored function, it is necessary to qualify it with the schema name.
| Error | 4084 |
|---|---|
| Name | ER_WARN_SF_UDF_NAME_COLLISION |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference