Log in

View Full Version : vB3 users


pie
02-26-2004, 08:42 PM
Hey

Quick question, what tables do i have to transfer from my old database (vb3) to a clean installation of a new one (vb3).

Cheers

Xenon
02-27-2004, 07:39 PM
depends on what informations you want to transfere ;)

just for the userinformations it's user, userfield, usertextfield

or if you just want to transfere the users itself, but no profilefields or such, just port over the user table and then run the repair user account script in the acp to build up the empty rows in the corresponding tables

lasto
02-27-2004, 08:36 PM
xexon i have a prob here similar to this so posting here.

Mine is vb2.3 and i want to take the users only to vb3 rc4

but if i grab the user table it has extra fileds such as for karma and store points/flag hack etc so how can i solve my problem so vb3 will allow me to load it in

Xenon
02-27-2004, 08:51 PM
if you export your table with phpmyadmin you can specify exactly which datafields should be exported (at least the newests version can do so iirc) :)