This article describes the troubleshooting process for the error establishing a database connection.
Note: View Wurk Managed WordPress hosting plans
This article describes the troubleshooting process for the Error establishing a database connection. If you are unsure which error is causing issues on your site, check out the article about the most common WordPress errors with suggested solutions.
To work correctly, your WordPress site must be connected to a database. WordPress uses connection strings stored in the wp-config.php file to try and make a database connection. If the connection cannot be established, you’ll see the Error establishing a database connection notification on your site. The most common method to fix this error is to update the connection strings in the wp-config.php file.
Warning: Resolving the Error establishing a database connection requires advanced troubleshooting methods, which include connecting to your server, obtaining database credentials and prefix and editing the wp-config.php file. If you’d like a Wurk expert to fix this for you, our WordPress Premium Support team can help.
Required: You'll need the correct database details to complete all steps in this article. Database details are different from your WordPress login credentials and here's how to find them for different hosting plans:
7. /** The name of the database for WordPress */
8. define('DB_NAME', 'yourdatabasename');
9. /** MySQL database username */
10.define('DB_USER', 'yourusername');
11./** MySQL database password */
12.define('DB_PASSWORD', 'yourpassword');
13./** MySQL hostname */
14.define('DB_HOST', 'yourhostname');
15.
$table_prefix = 'yourtableprefix';
Note: If your site is hosted on Managed WordPress, the row with the host name should have the following structure: define('DB_HOST', '
yourhostname:portnumber');
You should replace yourhostname with the correct MySQL host name and portnumber with the correct port number.
Need help? Find help in our knowledgebase or simply chat to us .
Wurk and its subsidiaries are registered services provider.