Hi there,
So I'm trying to upload an image in my SQL database, although I get this error. 30KB image works, but a 500KB one fails.
Got a packet bigger than 'max_allowed_packet' bytes
This means that you are not able to upload files bigger than X size, or import databases greater than X size.
Can this 'max_allowed_packet' be increased? I'm on the Starka server.
So I'm trying to upload an image in my SQL database, although I get this error. 30KB image works, but a 500KB one fails.
Got a packet bigger than 'max_allowed_packet' bytes
This means that you are not able to upload files bigger than X size, or import databases greater than X size.
Can this 'max_allowed_packet' be increased? I'm on the Starka server.