Normally phpMyAdmin imports sql files with less than 3 MB. To upload .sql files with more than 3 MB (usually in wordpress site) we have to use a diffent method.
Step 1
Move to phpMyAdmin folder usually it is located in "C:\wamp\apps\phpmyadmin3.3.9".
Step 2
Open config.inc.php file.
Find the code $cfg[‘UploadDir’] =''; and replace it with $cfg[‘UploadDir’] = 'upload';
Save config.inc.php file.
Step 3
Create a folder named upload into the phpMyAdmin folder ( C:\wamp\apps\phpmyadmin3.3.9 ).