curveball9685
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
hello I just recently rebuilt my site with new software and a new host. I had mybb and i just got vbulletin. Anyway I am trying to transfer my databases with impex and i have it all installed and everything but when i try and transfer them i get this message "Connection to source server failed. Check username and password." Im positive that my username and password are correct so i think its localhost because
it doesn't know where localhost is since its hosted on a dif server and hosting.
Here is what i have in impex's config file as the "source"
So if yall could please help that would be great...thanks
it doesn't know where localhost is since its hosted on a dif server and hosting.
Here is what i have in impex's config file as the "source"
Code:
# mysql / mssql $impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'jamey_ninja';
$impexconfig['source']['password'] = 'PERSONAL INFO';
$impexconfig['source']['database'] = 'jamey_egh';
$impexconfig['source']['tableprefix'] = 'mybb_EGH';