another way to restore that db (suggestion):
1.
backup anything that might be lost when you overwrite the db with your backup.
2. download bigdump script from
http://www.ozerov.de/bigdump.php
(direct download link =
http://www.ozerov.de/pphlogger/dlcou...de/bigdump.zip)
3. edit file bigdump.php @ lines 37-44
You must first be a
registered member to view any code.
* fill in your DB info into first 3 vars (db name, db user, db pass) - you should know what to fill here (what you have set up on the server or got from your sys admin) - no one can help u with those details, if you don't know what they are then contact your hosting support.
* update the file name of your backup (.sql extension)
* save changes made to bigdump.php file
example for those lines: You must first be a
registered member to view any code.
4.upload both bigdump & your .sql file to your host, to root or any other folder (togther) - just make sure the folder has correct chmod premissions.
5. run the script (just write url into browser, like
http://www.mydomain.com/bigdump.php or any other path you put it into) & follow instruction shown on page - all written in simple English (matter of clicking "next" button till it's all done).
Note: if you get error during restore about conflicting values, then go into phpmyadmin, and either
empty or
drop the tables conflicting, and then run script again.
6. now you should have your db restored, feel free to remove restore script & .sql file from server hosting.