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 回答
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
专家
已回答 7 个月前
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
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则