help me please, im having problem with steadyturtle.com hosting
i get this message on the site
"Can't connect to database. Check your config.php."This is the faucet site
Database Size Privileged Users
ezaepw_1 0.00 MB ezaepw_2
config.php
<?php
$dbhost = "ezaepw_1";
$dbuser = "ezaepw_2";
$dbpass = "******";
$dbname = "ezaepw_2";
$display_errors = false;
$disable_admin_panel = false;
$connection_options = array(
'disable_curl' => false,
'local_cafile' => false,
'force_ipv4' => false // cURL only
);
// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
//
http://php.net/manual/en/pdo.construct.php$dbdsn = "mysql:host=$dbhost;dbname=$dbname";
thanks