Updated to new version now get Error establishing a database connection
-
For the site:
https://www.shadowsandlight.ca
I was getting nicely through the upgrade process and had gone into my dashboard (the update notice was no longer showing so obviously this had worked). I then as suggested, took a look at the wp-config.php file to see what had changed since my very old one. I updated this to include the Authentication Unique keys and salts. I also inserted these lines which I did not have in my old one:
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);As soon as this new file was uploaded I got the error message “Error establishing a database connection” and the site is down for all intents and purposes.
I then undid the changes in my wp-config.php file so it was back as it had been. I uploaded this file, but still I get the same error message. My site is not accessible. What can I do to correct this?
Thanks,
Ellie
- The topic ‘Updated to new version now get Error establishing a database connection’ is closed to new replies.