Max_allowed_packet
Max_allowed_packet
If you get:
When trying to install SQL file then...
This probably means that INSERT statement in the dump file is bigger than currently allowed size. You can adjust max_allowed_packet option in the /etc/my.cnf file
Usually the default is 1MB, you can raise it to 16MB and try again after restarting MySQL.