Choose another country or region to see content specific to your location and shop online.
United States
USA

Update WordPress database connection string

If your WordPress site is out of sync with your database and displays the following error: “Error Connecting to the Database”, you’ll need to update the connection strings on your WordPress site.

  1. You should always backup your site before performing any troubleshooting.
  2. Locate your database details. (cPanel / Plesk / Web Hosting / Managed WordPress).
  3. Edit the wp-config.php for your website. (cPanel / Plesk / Web Hosting / Managed WordPress / VPS)
  4. In wp-config.php file, locate the section that looks like this example:
/** The name of the database for WordPress */
define('DB_NAME', 'yourdatabasename');
/** MySQL database username */
define('DB_USER', 'yourusername');
/** MySQL database password */
define('DB_PASSWORD', 'yourpassword');
/** MySQL hostname */
define('DB_HOST', 'yourhostname');

$table_prefix  = 'yourtableprefix';
  1. Confirm the information in this file matches the database details you found earlier.
    • Replace yourdatabasename with your MySQL Database Name
    • Replace yourusername with your MySQL User Name
    • Replace yourpassword with your MySQL password
    • Replace yourhostname with your MySQL Host Name
    • Replace yourtableprefix with your Table Prefix
  2. If any of the information in the wp-config.php file doesn’t match your database details, then update the file with the correct information.
  3. Save the updated file.
  4. Check your website to verify it’s back online.

More info

New customer

New to ELITEWEB.Co? Create an account to get started today.

Registered users

Have an account? Sign in now.

Reseller login

If you’re a reseller, use the button below to sign in. (your reseller account is separate to your regular account)

Reseller login

If you’re a reseller, use the button below to sign in. (your reseller account is separate to your regular account)

New customer

New to ELITEWEB.Co? Create an account to get started today.

Registered users

Have an account? Sign in now.