Typically, this is how your config. should look, or at least it's how all of mine look
Code:
$dbhost = "localhost";
$dbuname = "yourdatabaseusername";
$dbpass = "yourdatabasepassword";
$dbname = "nameofdatabase";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";