MySQL error code
MySQL error 1041
MySQL server error 1041 is ER_OUT_OF_RESOURCES, reported with SQLSTATE HY000.
Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
| Error | 1041 |
|---|---|
| Name | ER_OUT_OF_RESOURCES |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference