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
.....................................................................
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
configuring database
-
- Posts: 1
- Joined: Fri Oct 28, 2016 7:32 pm
configuring database
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1
- Joined: Thu Dec 29, 2016 11:08 pm
Re: configuring database
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.
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.