Install: database server is not configured
Posted: Sun Jan 10, 2016 1:59 am
I have installed alot of other software on my server and have experience with MySQL but this one has me stumped:
1. Download nuBuilderPro and upload to my server, run unzip | Result: Ok
2. Create MySql DB on host | Result: Ok
3. Create config.php with MySql parms and upload to nuBuilderPro directory | Result: Ok
4. Execute nuinstall.php | Result: Fail DB not configured
5. Check MySql DB in Starfield | Result: Ok
6. Create test.php with MySql parms, upload and run | Result: Ok
7. Change DB password remove special characters, edit config.php with new password, retry nuinstall.php | Result: Fail DB not configured
8. Edit config.php replace host name with 127.0.0.1 (although I already know this will not be correct), retry nuinstall.php | Result: Fail DB not configured
9. Edit config.php replace host name with DB IP address, retry nuinstall.php | Result: Fail DB not configured
10. My program test.php can still connect to DB
11. Create program test1.php to select data from table named test
12. Upload and run test1.php | Result: Ok
Any thoughts or suggestions?
1. Download nuBuilderPro and upload to my server, run unzip | Result: Ok
2. Create MySql DB on host | Result: Ok
3. Create config.php with MySql parms and upload to nuBuilderPro directory | Result: Ok
4. Execute nuinstall.php | Result: Fail DB not configured
5. Check MySql DB in Starfield | Result: Ok
6. Create test.php with MySql parms, upload and run | Result: Ok
7. Change DB password remove special characters, edit config.php with new password, retry nuinstall.php | Result: Fail DB not configured
8. Edit config.php replace host name with 127.0.0.1 (although I already know this will not be correct), retry nuinstall.php | Result: Fail DB not configured
9. Edit config.php replace host name with DB IP address, retry nuinstall.php | Result: Fail DB not configured
10. My program test.php can still connect to DB
11. Create program test1.php to select data from table named test
12. Upload and run test1.php | Result: Ok
Any thoughts or suggestions?