03-17-2018, 02:24 AM
Hi, I successfully setup userspice about 1 weeks ago using AWS. Today I'm trying to setup on my local machine using Docker. Downloading the source, I notice a new version but that may not be the problem.
When I go through the installer I get to step 2 (Database Config) and enter my connection details. No matter what I do I keep getting this error "Database connection unsuccessful! Please try again."
I've tried localhost; 127.0.0.1; both with and without port 3306
I know my DB is working because MySQL Workbench will connect with no issues.
The permissions to users/init.php is 666 but I suspect it can't be written to because the file ends with:
require_once $abs_us_root.$us_url_root.'users/helpers/helpers.php';
// Set config
$GLOBALS['config'] = array(
'mysql' => array(
Rather incomplete looking.
Any help would be appreciated.
Jeff
When I go through the installer I get to step 2 (Database Config) and enter my connection details. No matter what I do I keep getting this error "Database connection unsuccessful! Please try again."
I've tried localhost; 127.0.0.1; both with and without port 3306
I know my DB is working because MySQL Workbench will connect with no issues.
The permissions to users/init.php is 666 but I suspect it can't be written to because the file ends with:
require_once $abs_us_root.$us_url_root.'users/helpers/helpers.php';
// Set config
$GLOBALS['config'] = array(
'mysql' => array(
Rather incomplete looking.
Any help would be appreciated.
Jeff