Connection to the nuBuilder database failed: SQLSTATE[HY000] [1049] Unknown database 'fc_dev'
Verify and update the settings in nuconfig.php
Restart your browser after modifying nuconfig.php in order for changes to be reflected
nuconfig.php settings:
Code: Select all
$nuConfigDBHost = "127.0.0.1";
$nuConfigDBName = "fc_builder";
$nuConfigDBPort = 3306;
I have:
Restarted Browser(after every troubleshooting step)
Cleared Browser Cache
Restarted Apache
Restarted MariaDB
Edited nuconfig.php (removed $ConfigDBName and re-entered, then saved)
Any help will be greatly appreciated