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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南