php-nuke with apache php mysql
I am trying to install php-nuke with the server.
in the config file of nuke:
$dbhost = "localhost";
$dbuname = "nuke_exemple";
$dbpass = "votre mot pass";
$dbname = "exemple";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
i suppose that i have to tell mysql of that new user and so on...
Know?
What about php, is there information that is needed there to?
thks
|