Since they wont give you shell to your account *youll find many hosts that dont because of people who dont know how to use it screwing up their accounts* ask them to upload it for you...
Whats probably happening is its timing out when you try to upload it. Which isnt unusual for a large database....Simplist thing to do is to upload it to your webspace *the .sql file* and have them ssh it to the database...
The command is:
mysql -unewusername -pnewpassowrd newdbname < dumpeddb.sql
*Replace: "newusername, newpassword, newdbname, and dumpeddb.sql" with your info..
|