PDA

View Full Version : talent


locja
Wed 27th Nov '02, 3:01am
I am new to talent and ssh trying to move a database everytime i log in putty type my ip put in name and password when i log in i type

cd /path/to/domain/ip/home/folder/forumbackup-11-27-2002.sql

is that correct? i get an error no such dir found but i do have that dir..

anyone know what i am doing wrong thx!!

:)

bahbah
Wed 27th Nov '02, 5:40am
Originally posted by locja
I am new to talent and ssh trying to move a database everytime i log in putty type my ip put in name and password when i log in i type

cd /path/to/domain/ip/home/folder/forumbackup-11-27-2002.sql

is that correct? i get an error no such dir found but i do have that dir..

anyone know what i am doing wrong thx!!

:) You don't CD to a file you CD to a directory

cd /path/to/domain/ip/home/folder/

Use that

locja
Wed 27th Nov '02, 12:01pm
dam still no go do u have aim or msn i can speak to ya on? thx.

Steve Machol
Wed 27th Nov '02, 12:04pm
You need to use the real path. What is the exact command you are typing?

locja
Wed 27th Nov '02, 3:14pm
cd /path/to/66.216.96.223/home/rmaksumo/forumbackup-11-27-2002.sql

locja
Wed 27th Nov '02, 5:25pm
Steve Machol tell me if this will cause any errors.

I went in my webmin in to MySQL then created new database called vbulletin 1 then went to execute sql chose it from local files and clicked execute the database is working now.. with no errors that i can see but i wanted to double check maby this isnt the right way of doing it i have a 256MB sql file preety big let me know if this way of doing it causes errors.

Thx again for all your help! :cool:

Steve Machol
Wed 27th Nov '02, 7:03pm
Originally posted by locja
cd /path/to/66.216.96.223/home/rmaksumo/forumbackup-11-27-2002.sql No, that's not correct. The '/path/to' needs to be replaced by the real path to this directory on your server. And as bahbah said you don't put the file name (forumbackup-11-27-2002.sql) in the cd command. I suspect what you want is:

/home/rmaksumo/

Steve Machol
Wed 27th Nov '02, 7:11pm
Originally posted by locja
Steve Machol tell me if this will cause any errors.

I went in my webmin in to MySQL then created new database called vbulletin 1 then went to execute sql chose it from local files and clicked execute the database is working now.. with no errors that i can see but i wanted to double check maby this isnt the right way of doing it i have a 256MB sql file preety big let me know if this way of doing it causes errors.

Thx again for all your help! :cool: I really don't know what you've done. :confused:

locja
Wed 27th Nov '02, 7:15pm
it worked so i am not complaining basically i used webmin to upload my whole database without talent or anything complicating it took me 1min :-)

locja
Wed 27th Nov '02, 7:19pm
thx again the way from talent also worked now.. gonna try it.