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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ