Welcome Guest, Not a member yet? Register   Sign In
Unable to connect to the DB - CI 2
#5

[eluser]Nicholas Hanks[/eluser]
I looked at this issue again today. It is not just that CI2 cannot connect to DB - it is also dog slow. I am using CI for 2 years I am familiar with config file and so forth. Having said that I still could be wrong Smile. Remember it is fresh install of CI2 in PHP 5.3.3. Here is my config for DB
Code:
$active_group = 'default';
$active_record = TRUE;

$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'test';
$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;


Messages In This Thread
Unable to connect to the DB - CI 2 - by El Forum - 11-11-2010, 06:48 PM
Unable to connect to the DB - CI 2 - by El Forum - 11-11-2010, 09:05 PM
Unable to connect to the DB - CI 2 - by El Forum - 11-11-2010, 10:17 PM
Unable to connect to the DB - CI 2 - by El Forum - 11-11-2010, 10:57 PM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 08:35 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 09:20 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 09:23 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 09:39 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:10 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:13 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:38 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:43 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:47 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-12-2010, 10:50 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-20-2010, 07:18 PM
Unable to connect to the DB - CI 2 - by El Forum - 11-25-2010, 12:15 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-25-2010, 07:51 AM
Unable to connect to the DB - CI 2 - by El Forum - 11-25-2010, 08:07 AM
Unable to connect to the DB - CI 2 - by El Forum - 12-09-2010, 02:44 AM
Unable to connect to the DB - CI 2 - by El Forum - 12-11-2010, 11:28 AM
Unable to connect to the DB - CI 2 - by El Forum - 02-03-2011, 01:45 PM
Unable to connect to the DB - CI 2 - by El Forum - 03-27-2013, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB