Created
March 12, 2012 09:09
-
-
Save mrchilds/2020824 to your computer and use it in GitHub Desktop.
MAMP - MySQL server has gone away query
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
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