> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/faq/max-allowed-packet.md).

# ECONNRESET: Unable to execute a query

```lua
SCRIPT ERROR: @rcore_whiteboard/server/lib/db.lua:17: rcore_whiteboard was unable to execute a query!
read ECONNRESET
```

When script sends queries with large data it could sometimes ends with ECEONNRESET error which could be easily fixed by increasing `max_allowed_packet` size in database.
