<div dir="ltr">I would try also increasing your net buffer for the command, via a set net_buffer_length=1000000; <br>Try disabling foreign key checks too, if you know the data.sql file is clean and doesn't violate any foreign key constraints.<br>You might get a bit more granularity if you don't try to do it all in one command and use the interactive shell instead:<br>mysql -u root -p database<br>> set global max_allowed_packet=10000000000;<br>ect . . .<br>> source data.sql;<div><br></div><div class="gmail_extra"><div><br></div>-- <br><div class="gmail_signature">Todd Millecam</div>
</div></div>