Log in

View Full Version : DB transfer via SSH


Guest201202001
05-01-2008, 02:07 PM
I am going to transfer my site to another hosting i mad a backup of the DB but I have a table 1.2GB uploading it takes me a lot of time is there a command via SSH to execute it from my pc??

snakes1100
05-01-2008, 02:16 PM
if your logged into the server via ssh, simply type ftp

cd to correct dir the db file is in
ftp ipaddresshere
login
bin
put
enter file name
return