Skip to content

Instantly share code, notes, and snippets.

@mrchilds
Created March 12, 2012 09:09
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 mrchilds/2020824 to your computer and use it in GitHub Desktop.
Save mrchilds/2020824 to your computer and use it in GitHub Desktop.
MAMP - MySQL server has gone away query
MAMP:
/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot < ~/Downloads/DUMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment