MySQL error code
MySQL error 2074
MySQL client error 2074 is CR_INVALID_CLIENT_CHARSET.
'%s' character set is having more than 1 byte minimum character length, which cannot be used as a client character set. Please use any of the single byte minimum ones, e.g. utf8mb4, latin1 etc.
| Error | 2074 |
|---|---|
| Name | CR_INVALID_CLIENT_CHARSET |
| Group | Client errors |
Source: MySQL 8.4 Error Reference