Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

configuring database

Post Reply
Rupok
Posts: 1
Joined: Fri Oct 28, 2016 7:32 pm

configuring database

Unread post 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
.....................................................................
Attachments
nubuilder error.JPG
nubuilder error.JPG (48.07 KiB) Viewed 7421 times
nubuilder error.JPG
nubuilder error.JPG (48.07 KiB) Viewed 7421 times
fekete1974
Posts: 1
Joined: Thu Dec 29, 2016 11:08 pm

Re: configuring database

Unread post 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.
Post Reply