LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   php-nuke with apache php mysql (https://www.linuxquestions.org/questions/linux-software-2/php-nuke-with-apache-php-mysql-52477/)

c0c0deuz 03-30-2003 06:23 AM

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


All times are GMT -5. The time now is 05:50 PM.