I need to connect one more database.
how I suppose to configure default/config.php
$config = array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'codoforum',
'username' => 'root',
'password' => 'root',
'prefix' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
);
I need to connect one more database.
how I suppose to configure default/config.php
````
$config = array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'codoforum',
'username' => 'root',
'password' => 'root',
'prefix' => '',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
);
````