Created
December 5, 2016 18:25
-
-
Save mmmelo/3945d4192fb3e5d4d589345073ffd41a to your computer and use it in GitHub Desktop.
MySQL change limites
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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