mdb2 problems

Hello, i have a site im trying to put live. Everything works fine localy however im having issues configuring everyting for the live version.

I cant connect to my DB using mdb2. Ive no problem finding MDB2.php.

When i update my connection string with the live details i cannot connect.

Please help!

My connection details are:

$dsn ='mysql://' . $db_user . ':' . $db_password . '@' . $db_host . '/' . $db_name;
$this->connect($dsn) || die('could not connect to database');

Thanks
 
Back
Top