Welcome Guest, Not a member yet? Register   Sign In
DB test connection details
#2

[eluser]InsiteFX[/eluser]
You can try this, but not tested!
Code:
// Also your missing part of the database config! See default
$db['default']['hostname'] = "localhost";

if ( ! $this->load->database('default', TRUE))
{
    // Error connecting to database!
}
else
{
    // Connected!
}

InsiteFX


Messages In This Thread
DB test connection details - by El Forum - 05-01-2011, 05:57 AM
DB test connection details - by El Forum - 05-01-2011, 06:11 AM
DB test connection details - by El Forum - 05-02-2011, 12:03 AM
DB test connection details - by El Forum - 05-04-2011, 05:24 AM
DB test connection details - by El Forum - 05-04-2011, 02:01 PM
DB test connection details - by El Forum - 05-04-2011, 08:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB