I am trying to import a 5MB file in phpMyadmin.
When I follow the normal procedure of importing it just makes me wait and nothing is happening. Since yesterday morning that file is getting imported and it shows that moving circle sign above the browse.
Now when I followed the other method -
1 C:\wamp\apps\phpmyadmin3.2.0.1\config.inc.php
2 Find the line with $cfg['UploadDir'] on it and update it to:
3 $cfg['UploadDir'] = 'upload';
4 Create a directory called ‘upload’ within the phpmyadmin directory.
5 C:\wamp\apps\phpmyadmin3.2.0.1\upload\
I got this error -
Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp\apps\phpmyadmin3.5.1\libraries\import\sql.php on line 135
I checked the C:\wamp\apps\phpmyadmin3.5.1\libraries\import\sql.php
file but couldn't find anything like 300 or execution time.
Guys pls help me with how can I import this %MB file fast so that I can proceed with my tool development !!