database not configured on install
Posted: Tue Jan 27, 2015 3:34 pm
I set up a "sample" database and added a user "brian" with full permissions.
following is what I entered into my config.php file
<?php
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "sample";
$nuConfigDBUser = "brian";
$nuConfigDBPassword = "password";
$nuConfigDBGlobeadminPassword = "password"; //-- globeadmin password
$nuConfigtitle = "site_c";
//$nuConfigSafeMode = true;
//$nuConfigSafePHP = array('52c0da99b95c264','530a8f8e78111c4','nudebug','nuformsandsubforms','nuformwizard','nuimage','nuobject','nuobject','nureport','nusubformwizard','nuuser');
?>
I have tried changing the dbhost to the ip address of the website as shown in Cpanel. I have tried changing the dbuser to root, with password of root. among several other attempts. all result in the
It appears your database server is not configured,
please enter a mysql database name, user name
and password into your config.php file.
Have I missed a step or am I misunderstanding the steps of adding a database?
following is what I entered into my config.php file
<?php
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "sample";
$nuConfigDBUser = "brian";
$nuConfigDBPassword = "password";
$nuConfigDBGlobeadminPassword = "password"; //-- globeadmin password
$nuConfigtitle = "site_c";
//$nuConfigSafeMode = true;
//$nuConfigSafePHP = array('52c0da99b95c264','530a8f8e78111c4','nudebug','nuformsandsubforms','nuformwizard','nuimage','nuobject','nuobject','nureport','nusubformwizard','nuuser');
?>
I have tried changing the dbhost to the ip address of the website as shown in Cpanel. I have tried changing the dbuser to root, with password of root. among several other attempts. all result in the
It appears your database server is not configured,
please enter a mysql database name, user name
and password into your config.php file.
Have I missed a step or am I misunderstanding the steps of adding a database?