January
19
Import huge MySQL DB
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
SET foreign_key_checks = 0;
Once it done:
SET foreign_key_checks = 1;
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
SET foreign_key_checks = 0;
Once it done:
SET foreign_key_checks = 1;