we just bought a new host and want to convert our invisionboard 2 (on our old server) to vbulletin 3(on our new server)
I know you can't use IMPEX with SQL databases on remote servers. I need to know how I'm supposed to download the server and upload it to my current host (Where vbulletin is installed) and how I would configure my source DB info
what i did was go to phpmyadmin on our old server and export the SQL database to a file..."forum.sql" and upload it to the root directory of our new host and put this information in and it doesn't work.
any help would be appreciated. i apologize if it's unclear, as I have never done anything like this before.
sourceexists = true
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = localhost
sourceuser = "KayDawg"
sourcepassword = "*****"
sourcedatabase = forum.sql
sourcetableprefix = ibf_
I know you can't use IMPEX with SQL databases on remote servers. I need to know how I'm supposed to download the server and upload it to my current host (Where vbulletin is installed) and how I would configure my source DB info
what i did was go to phpmyadmin on our old server and export the SQL database to a file..."forum.sql" and upload it to the root directory of our new host and put this information in and it doesn't work.
any help would be appreciated. i apologize if it's unclear, as I have never done anything like this before.
sourceexists = true
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = localhost
sourceuser = "KayDawg"
sourcepassword = "*****"
sourcedatabase = forum.sql
sourcetableprefix = ibf_
Comment