MySQL error code
MySQL error 3500
MySQL server error 3500 is ER_UNSUPPORT_COMPRESSED_TEMPORARY_TABLE, reported with SQLSTATE HY000.
CREATE TEMPORARY TABLE is not allowed with ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE.
| Error | 3500 |
|---|---|
| Name | ER_UNSUPPORT_COMPRESSED_TEMPORARY_TABLE |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference