Wachtmeister
Wed 28th Apr '04, 12:40pm
Guys...
I've imported two databases from the same host to my vb3 system.
Now i wanted to import my last system from another host, what wasn't successful, because remote connections are not allowed.
So i dumped the database to a file (i hope, i did it right).
I've then set my vBulletin:Impex Config File to the following:
;vBulletin:Impex Config File<?php /*
;|
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
targetdatabasetype = mysql
targetserver = localhost
targetuser = user
targetpassword = pw
targetdatabase = dbase
targettableprefix = vb3_
[ Source Database ]
; If the system that is being imported from uses a database,
; enter the details for it here and set 'sourceexists' to TRUE.
; If the source data is NOT stored in a database, set 'sourceexists' to FALSE
sourceexists = FALSE
//sourcedatabasetype = mysql
//sourceserver = ip
//sourceuser = root
//sourcepassword = pw
//sourcedatabase = dp
//sourcetableprefix = phpbb_
;| ################################################## ################## |;
;| # File ends with closing PHP tag... # |;
;| ################################################## ################## |;
;*/ ?>
The import screen appears and i can click some buttons, but noone asks me ever for the dump file? What do i have to do with the dumped file? Maybe the question is a bit stupid, but i have really no idea ;(
Can someone help?
Regards, Wachtmeister
I've imported two databases from the same host to my vb3 system.
Now i wanted to import my last system from another host, what wasn't successful, because remote connections are not allowed.
So i dumped the database to a file (i hope, i did it right).
I've then set my vBulletin:Impex Config File to the following:
;vBulletin:Impex Config File<?php /*
;|
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
targetdatabasetype = mysql
targetserver = localhost
targetuser = user
targetpassword = pw
targetdatabase = dbase
targettableprefix = vb3_
[ Source Database ]
; If the system that is being imported from uses a database,
; enter the details for it here and set 'sourceexists' to TRUE.
; If the source data is NOT stored in a database, set 'sourceexists' to FALSE
sourceexists = FALSE
//sourcedatabasetype = mysql
//sourceserver = ip
//sourceuser = root
//sourcepassword = pw
//sourcedatabase = dp
//sourcetableprefix = phpbb_
;| ################################################## ################## |;
;| # File ends with closing PHP tag... # |;
;| ################################################## ################## |;
;*/ ?>
The import screen appears and i can click some buttons, but noone asks me ever for the dump file? What do i have to do with the dumped file? Maybe the question is a bit stupid, but i have really no idea ;(
Can someone help?
Regards, Wachtmeister