"error establishing database connection"
If you receive this error with Wordpress, check the connection data for the database in the file wp-config.php on your server.
Open the data and check the contents of the rows, which are marked bold in the following example:
// ** MySQL settings ** //
define('DB_NAME', 'MySQL database name');
define('DB_USER', 'MySQL database login');
define('DB_PASSWORD', '123456');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
The data required here can be found in the web hosting area under the item Databases.
Note that the ' (line usually above the hash key) must remain in front of and behind the content.
Send an email
Telephone support