PDA

View Full Version : Impex plz help me



tranceup
Fri 14th Oct '05, 5:52pm
Msg: Connection to source server failed. Check username and password.

Config:
# If impex is installed in vBulletin you can ignore the target details
# as includes/config.php

$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'escort';
$impexconfig['target']['password'] = '*****';
$impexconfig['target']['database'] = 'newboard';
$impexconfig['target']['tableprefix'] = 'grosos_';


# 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

$impexconfig['sourceexists'] = true;

# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'escort';
$impexconfig['source']['password'] = '*****';
$impexconfig['source']['database'] = 'proba';
$impexconfig['source']['tableprefix'] = 'phpbb_';


# Error logging will log import errors to a database table impexerror
# for use with support.
# Language file is the file of phrases to be used, default is english.
# pagespeed is the second(s) wait before the page refreshes.

$impexconfig['system']['errorlogging'] = true;
$impexconfig['system']['language'] = 'impex/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;


pass and user = they are correct



What is the problem?

Steve Machol
Fri 14th Oct '05, 7:35pm
This error means that the info in your ImpExConfig.php file is wrong. I have responded to your support ticket asking for more info.

tranceup
Sat 15th Oct '05, 12:31am
thanks.

reeferman
Tue 18th Oct '05, 8:14pm
I'm having the same problem, all the info is correct.
The source is using MySQL 3.23.58-Max