Skip to content

Instantly share code, notes, and snippets.

@jheth
Created May 24, 2017 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jheth/8e16a05b9fe71ec78cf3cc129b098e8a to your computer and use it in GitHub Desktop.
Save jheth/8e16a05b9fe71ec78cf3cc129b098e8a to your computer and use it in GitHub Desktop.
mysql max_allowed_packet
# Default 1 MB
show variables like 'max_allowed_packet'
# 10 MB
set global max_allowed_packet=10485760
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment