i don't think it should time out however what else you can do is upload it using ftp and than import using the absolute path and for the time it will take it solely depends on your net speed and the server speed
wow it is amazing isn't very less for this job and any service tax education tax import duty excise and custom is it also included in 50$ no need to pay anyone just open your cpanel go through the phpmyadmin try it yourself and i am surely u will do it if you stuck anywhere i am here to help you anytime for free it might take some time to reply but i will surely do that
You cannot import an 81mb db using PhpMyAdmin ! It will simply timeout. hence the reason why people are charging money as it will take time to import a db of this size using SSH or a browser.
Use bigdump, phpmyadmin struggles even with tiny db's, at least it did for me recently. http://www.ozerov.de/bigdump.php read carefully the intructions on what you have to do, i found it very useful.
If you are in a shared hosting environment then you should upload your sql file using ftp and ask your hosting provider to import it for you using shell. But if you are on a dedicated server then you have a couple of options. Either increase file size limit to upload big files or upload using ftp and use command line options to import database. I always prefer to import big databases using shell. This is the most reliable way (I never faced any problem with shell import even with 20GB+ database).
Hey mate, 1) Ask your host for SSH privallages and login via an ssh client e.g putty (windows) 2) Upload your SQL file via FTP to your hostings directory e.g /home/username/ 3) Login to SSH, and type ls -l just to make sure you can see the sql file, if not.. type cd directory (directory being where the file is stored) 4) run this command, and change the 4 fields mysql -u username -p password databasename < databasefile.sql I'm sure that any decent hosting provider will at least allow jailshell for it's users.
use filezilla to upload and if you have fast internet connection then no need to worry you can do it easy