MySQL error code
MySQL error 1461
MySQL server error 1461 is ER_MAX_PREPARED_STMT_COUNT_REACHED, reported with SQLSTATE 42000.
Can't create more than max_prepared_stmt_count statements (current value: %lu)
| Error | 1461 |
|---|---|
| Name | ER_MAX_PREPARED_STMT_COUNT_REACHED |
| SQLSTATE | 42000 |
| Group | Server errors |
In other databases
Source: MySQL 8.4 Error Reference