MySQL error code
MySQL error 1532
MySQL server error 1532 is ER_SIZE_OVERFLOW_ERROR, reported with SQLSTATE HY000.
The size number was correct but we don't allow the digit part to be more than 2 billion
| Error | 1532 |
|---|---|
| Name | ER_SIZE_OVERFLOW_ERROR |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference