In the config.php file, the text version of the server name didn't work:
$config['MasterServer']['servername'] = 'mysql.mydomainname.org';
Substituting the text name with the IP address worked, such as:
$config['MasterServer']['servername'] = '123.123.123.123';
YMMV...
Devami...
$config['MasterServer']['servername'] = 'mysql.mydomainname.org';
Substituting the text name with the IP address worked, such as:
$config['MasterServer']['servername'] = '123.123.123.123';
YMMV...
Devami...