I used Export database batch scripts. Now, I am trying to execute the batch script to create another database. I receive the Error : MySQL server has gone away when it trys to run a large insert of 300,000 plus rows. I have tried to set the wait_timeout to a very large number in case a timeout problem was happening but the script still gets this error. Is the insert statement simply too large?