Ossie
unread,Nov 21, 2023, 3:36:39 PM11/21/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-mysql
Hey, I'm keeping an connection to a MySQL server, but after a bit of time, I get the following error: PROTOCOL_PACKETS_OUT_OF_ORDER
I searched online, and I couldn't find anything specific to do, but some suggest to increase
max_allowed_packet, and see if it would fix it, but now I'm wondering, how do I do that? Is it something I need to do on the client in the package from node, if so how? Or is it something I need to configure on my server?