By default you get a 2 MB limit of import size in phpmyadmin. It is impossible to import larger files. You can increase the allowed import size of phpmyadmin by editing your server's php.ini configuration file.
memory_limit = 1500M
post_max_size = 1500M
upload_max_filesize = 1500M
================