MySQL error code
MySQL error 6008
MySQL server error 6008 is ER_NULL_CANT_BE_PERSISTED_FOR_READONLY, reported with SQLSTATE HY000.
Trying to persist a NULL into a variable '%s' that's settable only on command line is not supported
| Error | 6008 |
|---|---|
| Name | ER_NULL_CANT_BE_PERSISTED_FOR_READONLY |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference