|
Open the file include/db/config.php in the Phorum installation
directory in a text editor, and edit the name, user and
password settings accordingly:
'type' => 'mysql',
'name' => 'myphorumdb',
'server' => 'localhost',
'user' => 'myphorumuser',
'password' => 'password',
'table_prefix' => 'phorum',
'port' => '3306',
|