-
Edit your settings.php file and add a database connection setting db, user and pass. For example append the following to your empy settings.php:
$databases['default']['default'] = array( 'driver' => 'mysql', 'database' => '<db>', 'username' => '<user>', 'password' => '<pass>',
'host' => 'localhost',