31-07-2007, 04:19 AM
Oui... dans ton cas, ce serait dans le dossier « /forum/inc/config.php »
Ces lignes :
Ces lignes :
Code PHP :
<?php
$config['dbtype'] = 'mysql';
$config['hostname'] = 'localhost';
$config['username'] = 'root';
$config['password'] = 'TON_PASSWORD';
$config['database'] = 'TA_DATABASE';
$config['table_prefix'] = 'mybb_';