Think I have too many balls in the air, but here goes
Managed to get (sort of) to grips with ssh for my backup. Have the sql in a folder - it's in notepad form, hope that's right.
****
You will need to upload your database file to your web space.
You can use SSH to telnet into the account and use the following command:
mysql -u database_username -p database_name < filename
For example, if your database username is foo and your database file foo.sql, you would use: mysql -u foo -p foodb < foo.sql
*******
But every time I follow this, Putty tells me no such file exists. that < foo.sql bit doesn't indicate where you have the sql file placed on your hard drive. Should it?
Thanks

Managed to get (sort of) to grips with ssh for my backup. Have the sql in a folder - it's in notepad form, hope that's right.
****
You will need to upload your database file to your web space.
You can use SSH to telnet into the account and use the following command:
mysql -u database_username -p database_name < filename
For example, if your database username is foo and your database file foo.sql, you would use: mysql -u foo -p foodb < foo.sql
*******
But every time I follow this, Putty tells me no such file exists. that < foo.sql bit doesn't indicate where you have the sql file placed on your hard drive. Should it?
Thanks
Comment