Recent Topics

1 Mar 14, 2011 05:00    

My b2evolution Version: Not Entered

Hi!

When i open my blog I got error mesage like that:

An unexpected error has occurred!

If this error persists, please report it to the administrator.

Go back to home page

Additional information about this error:

MySQL error!

Error establishing a database connection!

(mysql_connect(): Access denied for user 'hkhjk9830_admin'@'62.146.33.220' (using password: YES))

Are you sure you have typed the correct user/password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?

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?
Thank you for help.

2 Mar 14, 2011 05:18

enter the correct credentials of your database and you will be fine. if you are not sure about it, ask your hosting provider.

3 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.


Form is loading...