1 azaxsyndrom Mar 14, 2011 05:00
3 bushleaguecritic Mar 14, 2011 12:08
I check evrything and the problem is that the database is on anather hostname. What can I do now so B2EVO will conest with proper database host?
The database host is set in the /conf/_basic_config.php file.
$db_config = array(
'user' => 'uname', // your MySQL username
'password' => 'pword', // ...and password
'name' => 'b2evo', // the name of the database
'host' => 'localhost', // MySQL Server (typically 'localhost')
);
Replace 'localhost' with the hostname that your database is hosted on.
enter the correct credentials of your database and you will be fine. if you are not sure about it, ask your hosting provider.