I got this error while importing large database dump from command line. ERROR 1153 (08S01) at line XXX: Got a packet bigger than ‘max_allowed_packet’ bytes I searched and found out that it is related to the default max_allowed_packet which is 16M, so i need to increase this setting from Mysql: 1.) Change setting on my.cnf [...]
