Skip to content

Instantly share code, notes, and snippets.

@mmmelo
Created December 5, 2016 18:25
Show Gist options
  • Select an option

  • Save mmmelo/3945d4192fb3e5d4d589345073ffd41a to your computer and use it in GitHub Desktop.

Select an option

Save mmmelo/3945d4192fb3e5d4d589345073ffd41a to your computer and use it in GitHub Desktop.
MySQL change limites
$ SHOW VARIABLES LIKE '%max_allowed_packet%'
$ SET GLOBAL max_allowed_packet=1073741824
$ SET GLOBAL wait_timeout = 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment