-
- Downloads
Increase the max_allowed_packet and innodb_log_file_size variables
The defaults for max_allowed_packet (1M) and innodb_log_file_size (5) are too small for doing larger imports. Increase the max_allowed_packet to 16M and innodb_log_file_size to 64M.
Please register or sign in to comment