Open the file config.php located at include filder :
$db_config = array( 'host' => 'localhost', 'user' => 'your_database_username', 'pass' => 'your_database_password', 'name' => 'your_database_name' );
Change values to yours.