Assuming that you are attempting this with phpadmin
You might get a "putty" command interface such as "winputty" if on a windows box
and use the following:
mysql database < file.sql
Example:
mysql jsmith_db < db-backup.sql
Assuming that you are attempting this with phpadmin
You might get a "putty" command interface such as "winputty" if on a windows box
and use the following:
mysql database < file.sql
Example:
mysql jsmith_db < db-backup.sql