1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Sorry to see you're encountering this issue. This error likely means either the username/password combination for Wordpress connecting to the database set in wp-config.php is incorrect, or the database isn't running. Here are a few things I'd try:
- See if the database is running. You can use the command
ps aux | grep mysql
to see if there's a mysql process running. - Check your wp-config.php file to ensure that the database credentials set there are correct.
- Check the instance's disk space (
df -h
) to ensure it's not full.
I hope those steps help you figure out the issue. Thank you for using Amazon Lightsail!
-Maxwell
Relevant content
- Accepted Answerasked 7 months ago
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 9 months ago
This appears like a configuration issue? But before diving deeper; Do you mean that the Website was working well before the issue occurred?