Page 1 of 1

configuring database

Posted: Fri Oct 28, 2016 7:40 pm
by Rupok
Dear Concern,

I'm trying to install nuBuilder in my hostgator shared server space. but couldn't able to configure database & shows "It appears your database server is not configured,
please enter a mysql database name, user name and password into your config.php file"

for more pls see the attached snap.

Pls advice what should i need to do?

Regards: Rupok
.....................................................................

Re: configuring database

Posted: Thu Dec 29, 2016 11:43 pm
by fekete1974
Hello,
I have Win 7 x64, xampp 7
I solved the problem like this:
1. Step 1: Create a database "login", username, password
2. Step 2: Set the parameters in config.php :

$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "login";
$nuConfigDBUser = "root";
$nuConfigDBPassword = "";
$nuConfigDBGlobeadminPassword = "nu"; //-- globeadmin password
$nuConfigtitle = "My nuBuilder Site";

3. Step 3: http://127.0.0.1/nubuilder/nuinstall.php with password = "nu" and RUN
4. Step 4: http://127.0.0.1/nubuilder/index.php with user = "globeadmin" and pass = "nu"

All done.

Have a nice day.