About Database

TsuQi

New Member
first, im sorry about my english
:D

i have one board, and have a 3.358 post and 980 members
so, i want moved post and member to new board (new webhost)
(only post and members )

can i move ?, only member and posting in my old board to new board ?
how to make it ?
 
Just download the vbulletin your now using to your harddisk upload the whole thing on your new webhosting. Download the database from your phpmyadmin and upload the whole thing in the new hostings phpmyadmin (could be that your database is too big so you may need to slice the thing) after this is done change the config.php file too your new database login and password (databasename).

But don't forget before you upload your database too your new hosting open the .sql and change ALL instances that link back to your old url... and change ALL of them to your new url link.

grtz
 
i want only my THREAD, POST, and MEMBER to move
the all setting and template with default vBulletin

i want only THREAD, POST, and MEMBER
 
!!! Always keep a backup !!!

Ok try this::


Step 1: From your old database, backup following tables:

thread
post
user
userfield
usertextfield


Step 2: Now, install a new vb on a new empty database and after that from phpmyadmin, delete following tables from this database:

thread
post
user
userfield
usertextfield


Step 3: NOW, upload the backup that you created in step 1 in the second database!

After that, from your vbulletin admincp > maintainence > rebuilt everything ;)
 
Back
Top