MySQL error code
MySQL error 3236
MySQL server error 3236 is ER_AES_INVALID_KDF_ITERATIONS, reported with SQLSTATE HY000.
For KDF method pbkdf2_hmac iterations value less than 1000 or more than 65535 is not allowed due to security reasons. Please provide iterations >= 1000 and iterations < 65535
| Error | 3236 |
|---|---|
| Name | ER_AES_INVALID_KDF_ITERATIONS |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference