Unable to connect to database. - RESOLVED
Permalink 1 user found helpful"Unable to connect to database. A database error occurred while processing this request."
I can see the concrete5 bar at the top so I know the files are there, I have imported everything to the database and that should be fine. My config/site.php is similar to the following(don't want to give away the credentials). The actual site can be viewed at "http://eclinical.exstream.tv" for reference.
<?php
define('DB_SERVER', 'mysql-f11b.mysqldbserver.com');
define('DB_USERNAME', 'seen72'); /* also tried 'seen72_mysql-f11b.mysqldbserver.com' */
define('DB_PASSWORD', 'Pelic@n!');
define('DB_DATABASE', 'seen72_mysql-f11b.mysqldbserver.com'); /* also tried 'seen72') */
define('DIR_REL', '');
define('BASE_URL', 'http://eclinical.exstream.tv');
define('PASSWORD_SALT','OfD1wSaM1RBJb2CjglapXLuCtIgEa7xTnC9y4iTDSe7XRk2VkRoQHveDlMWJvFxx');
?>
I've searched through just about every concrete5 discussion I can find and can't find a way to remedy the situation. Been at it for 7 hours and at a loss. I also know very little php. Any help anyone can offer would be greatly appreciated as I'm hard up on a deadline.

define('DB_DATABASE', 'seen72_mysql-f11b.mysqldbserver.com'); /* also tried 'seen72') */
<html>
<head>
</head>
<body>
</body>
</html>
so I'm guessing this is the wrong direction.