SiperNet
04-27-2001, 12:47 AM
I was wondering if anyone could help me out with moving a forum? I have tried but obviously failed or I wouldn`t be posting here. :D
If you are interested in lending a hand you can email me or we can talk over ICQ. I would like to get someone who has done this before but I`m not going to turn away any help. Thank you!
klisis
04-27-2001, 01:38 AM
What forum?(What software)
I am able to move UBB and VB forum.
Haakon
04-27-2001, 06:04 AM
http://www.vbulletin.com/forum/showthread.php?threadid=2199&highlight=moving+vbulletin
SiperNet
04-27-2001, 08:06 AM
Klisis, it is a vbulletin.
Haakon, thanks but I have already tried that and like I said, if I had gotten it to work I wouldn`t be asking. :D
WildWayz
04-27-2001, 10:31 AM
SiperNet - what error do u get when moving forums?
I have moved forums a lot of times, so I can do it easily.
You mentioned you tried moving it and failed - what happened?
James
klisis
04-27-2001, 11:33 AM
Yeah, it is really easy. Just do a clean install and drop the new database and import the backup. Bola! It should be done.
WildWayz
04-27-2001, 11:40 AM
ya
telnet in
mysqldump -u[username] -p [databasename] > [filename]
ie
mysqldump -uwildwayz -p wildwayz_vb > wildwayz_vb.sql
--James