Synergy
05-30-2001, 10:23 PM
Hi I am trying to move a forum with all the users and threads saved......
I did the SQL DUMP and saved it to my computer, do I now install VBulletin to the new site and just upload the SQL file? Please help me on this. Thank You
Synergy
05-30-2001, 10:31 PM
Just upload the SQL file and thats it? :)
klisis
05-30-2001, 10:41 PM
Do a clean install on the new server. Leave the new database on if you have full access to mySQL database.
And upload the sql file and import it via telnet or ssh.
Synergy
05-30-2001, 10:44 PM
How do I do that?
I'm moving onto a RAQ so no CPANEL :(
TheComputerGuy
05-30-2001, 11:07 PM
sorry to hear about the raq jk....
klisis
05-30-2001, 11:26 PM
Originally posted by Synergy
How do I do that?
I'm moving onto a RAQ so no CPANEL :(
huh? what makes difference? RAQ supports telnet. So just log into telnet and just import it.
klisis
05-30-2001, 11:54 PM
Originally posted by Synergy
Whats the command? :)
I thought you were a webhost? oh well, must be mistaken.
Here is the command,
mysql -u username -p db_name < /path/to/backup.sql