Your machine is running out of memory as toad tries to load the entire sql file. Try restoring through the command prompt: mysql -u[username] -p[password] [database] < [file].sql
↧