I\'m trying to use the PDO MySQL driver in my CodeIgniter application. This is my database config:
$active_group = \'default\'; $active_record = TRUE; $db[\
This should not be the case.
localhost;dbname=testdatabase
should be
mysql:dbname=testdatabase;host=localhost;