Error Message: Could not connect to database. If you try to install LimeSurvey please refer to the installation docs and/or contact the system administrator of this webpage.
On my hosted site, I have created a mysql database called xxx. I've updated my config.php file to have the following, but get the error message above.
//===partial setup for config.php===//
$databasetype = "mysql";
$databaselocation = "7x.1x.1xx.2xx";
$databasename = "xxx";
$databaseuser = ""; //database username for xxx
$databasepass = ""; //database password for xxx
$dbprefix = "lime_";
$rooturl = "
www.myurl.org/limesurvey";
$rootdir = dirname(__FILE__);
//===========================//
Note: This database has another application running on it with the same properties, and is working fine.