When setting up the config.php file for phpnuke I dont know what info to be putting in what field.
$dbhost = "localhost";
$dbuname = "<what should go here?>";
$dbpass = "<what should go here?>";";
$dbname = ""<what should go here?>";";
$prefix = "nuke";
I thought I knew but, all I get is an error message:
and in db.php (line 88) is has:
Im think its just because Im putting the wrong info in the config.php file so I need help with that. How should the format look like? I think thats whats messing me up on this.
Btw, yes I have the bd all setup and a user assigned to the db.
Thanks