Match mysql max_allowed_packet
to be same as production
#239
Labels
bug
Existing functionality isn't behaving as expected
could have
Could be done, or nice to have, low priority for now
developer advocacy
Developer Advocacy related tasks
This can be checked by running the query -
SHOW VARIABLES LIKE 'max_allowed_packet';
On prod/dev/staging environments this value is much larger but on local-server this is only 4M, If you import a copy of production/dev database to your local-server it throws constant errors for the query size being larger than the
max_allowed_packet
The text was updated successfully, but these errors were encountered: