Database server is down in my lightsail instance

0

I have a lightsail instance on which my wordpress site is hosted. Recently I turned the instance off and restarted it after a while. Soon after this, all of a sudden the database server (mysql) is not at all responding and is down. I haven't done any changes in the codebase. Hence, I needed some help in getting to understand what happened and also to resolve the issue if possible.Enter image description here

2 Answers
0

Hello.

Is it possible to connect to Lightsail via SSH?
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-ssh-using-terminal

If SSH connection is possible, try starting the database in Lightsail with the command below.

sudo /opt/bitnami/ctlscript.sh restart mysql
profile picture
EXPERT
answered 6 months ago
0

From an SSH session, check the space usage, it's possible that a lack of disk space is causing issues for the database.

Adrian
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions