Created
May 30, 2018 16:03
-
-
Save patriciovergaratobar/d42a0af1728f589360645cec17f70f08 to your computer and use it in GitHub Desktop.
This file contains 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
https://www.digitalocean.com/community/questions/how-to-set-no-timeout-to-mysql | |
sudo nano /etc/mysql/my.cnf | |
[mysqlserver] | |
wait_timeout = 28800 | |
interactive_timeout = 28800 | |
O | |
SET GLOBAL connect_timeout=38800; | |
SET GLOBAL wait_timeout=38800; | |
SET GLOBAL interactive_timeout=38800; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment