I had a .sql file that was too large to import. It was 9 megabytes and PHPmyAdmin would only allow 8,192 kb. It will however accept a zip. I zipped up the 9 meg .sql file and ended up with a 2 meg file, and I was able to import the zip with no problem.
I hope this helps someone else out there….