Brandon K
Active member
I'm attempting to import a XenForo 2.2 database from another forum on a different server into my forum's database to merge the forums. Is there a compressive guide that shows me every step of the way of what needs to be done? I'm very meticulous and want something that's more or less is a dummy proof guide.
From what I understand you first need to download the database into a sql file and then upload that into a new database on the same server of your primary database.
From there do I need to download the files from the merging database onto my primary server and does it need to be the same root folder?
When I'm filing this out what exactly do I need to put here after I'm copied the database? The same info from the old config file or do I need to make a new one?
And what goes in those last two lines?
And do I copy the full
$config['db']['username'] = 'xyx';
or just the xyz in those spaces?
Apologies for if this has been asked a million times. I just want to make sure I do this right.
From what I understand you first need to download the database into a sql file and then upload that into a new database on the same server of your primary database.
From there do I need to download the files from the merging database onto my primary server and does it need to be the same root folder?
MySQL server
MySQL port
MySQL user name
MySQL password
MySQL database name
Data directory
Internal data directory
When I'm filing this out what exactly do I need to put here after I'm copied the database? The same info from the old config file or do I need to make a new one?
And what goes in those last two lines?
And do I copy the full
$config['db']['username'] = 'xyx';
or just the xyz in those spaces?
Apologies for if this has been asked a million times. I just want to make sure I do this right.