Skip to content

Instantly share code, notes, and snippets.

@rifki
Last active September 19, 2016 17:23
Show Gist options
  • Save rifki/b8aab3aa9b739671a1a1190b69242915 to your computer and use it in GitHub Desktop.
Save rifki/b8aab3aa9b739671a1a1190b69242915 to your computer and use it in GitHub Desktop.
Magento2: Solution mysql server has gone way - edit your /etc/my.cnf http://blog.rifkilabs.net/magento2-mysql-server-has-gone-away-during-installation.html
[mysqld]
max_allowed_packet=2G
innodb_file_per_table=OFF
wait_timeout=228800000
connect_timeout=300
# at least 250
table_open_cache=1000
open_files_limit=2048
open-files-limit=2048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment