Welcome Guest, Not a member yet? Register   Sign In
DB Connection Issue
#1

[eluser]latuss[/eluser]
Hi all... I got a DB connection problem..
this is my DB config

Code:
$active_group = "default";

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "root";
$db['default']['password'] = "root";
$db['default']['database'] = "test";
$db['default']['dbdriver'] = "mysql";
$db['default']['dbprefix'] = "";
$db['default']['active_r'] = TRUE;
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = "";

the autoload.php

Code:
$autoload['libraries'] = array('database');

And the Problem?? Blank Screen...
I install phpmyadmin.. and is working with the same params in the config...

any ideas??


ubuntu feisty, php5, mysql5


thks


Messages In This Thread
DB Connection Issue - by El Forum - 07-13-2007, 02:01 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:21 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:28 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:30 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:36 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:38 PM
DB Connection Issue - by El Forum - 07-13-2007, 02:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB