Welcome Guest, Not a member yet? Register   Sign In
Remote MySQL connection problem.
#1

[eluser]netameta1[/eluser]
Well i am trying to create a remote MySQL connections doesn't seemed to work.
i want to be able to know what error problem i am getting. but so far codeigniter write something like:
"Unable to connect to your database server using the provided settings."
Without specific error.

Here is the configuration:
Code:
$active_group = 'default';
$active_record = TRUE;

$db['default']['hostname'] = '97.89.74.45';
$db['default']['username'] = 'xxx';
$db['default']['password'] = 'xxx';
$db['default']['database'] = 'xxx';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;
$db['default']['port'] = '3306';


Messages In This Thread
Remote MySQL connection problem. - by El Forum - 10-04-2011, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB