'dev' => array( 'type' => 'pdo', 'connection' => array( 'dsn' => 'mysql:host=localhost;dbname=test', 'username' => 'username', 'password' => 'password', 'persistent' => false, ), 'table_prefix' => '', 'charset' => 'utf8', 'caching' => false, 'profiling' => false, ),
It looks like you're new here. If you want to get involved, click one of these buttons!