database server is not configured
Posted: Mon Mar 09, 2015 7:56 pm
I have two servers setup to handle the application and database.
I installed the nuBuilderPro application on my IIS server as a web application under one of our websites.
I setup a MySQL database on one of our database servers for the nuBuilder application.
I adjusted the config.php file with the following information:
$nuConfigDBHost = "192.168.11.5";
$nuConfigDBName = "databasename";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "password";
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigtitle = "Site Name";
//$nuConfigSafeMode = true;
//$nuConfigSafePHP = array('52c0da99b95c264','530a8f8e78111c4','nudebug','nuformsandsubforms','nuformwizard','nuimage','nuobject','nuobject','nureport','nusubformwizard','nuuser');
//$nuConfigIsDemo = 0; (set to 1 to make site readonly - no Save or Delete)
I then try to execute the installer via:
http://www.mysite.org/nubuilder/nuinstall.php
However, I am greeted by the following error every time:
"It appears your database server is not configured,
please enter a mysql database name, user name
and password into your config.php file. "
I have multiple databases hosted on this database server, and I have never had an issue with the application server talking to the database server. Are there certain TCP/IP ports that need to be open other than the standard 80, 443, 1433, 3306?
Thank you in advance.
I installed the nuBuilderPro application on my IIS server as a web application under one of our websites.
I setup a MySQL database on one of our database servers for the nuBuilder application.
I adjusted the config.php file with the following information:
$nuConfigDBHost = "192.168.11.5";
$nuConfigDBName = "databasename";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "password";
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigtitle = "Site Name";
//$nuConfigSafeMode = true;
//$nuConfigSafePHP = array('52c0da99b95c264','530a8f8e78111c4','nudebug','nuformsandsubforms','nuformwizard','nuimage','nuobject','nuobject','nureport','nusubformwizard','nuuser');
//$nuConfigIsDemo = 0; (set to 1 to make site readonly - no Save or Delete)
I then try to execute the installer via:
http://www.mysite.org/nubuilder/nuinstall.php
However, I am greeted by the following error every time:
"It appears your database server is not configured,
please enter a mysql database name, user name
and password into your config.php file. "
I have multiple databases hosted on this database server, and I have never had an issue with the application server talking to the database server. Are there certain TCP/IP ports that need to be open other than the standard 80, 443, 1433, 3306?
Thank you in advance.