Instal MySQL in Cloud9

0

Hi everyone, rookie here. I'm trying to install and run SQL in a new EC2 environment, and I've tried to follow all possible solutions available, such as "sudo service mysqld" or "mysql-ctl start" but always get the same error where Failed to start mysqld.service: Unit not found.

Can anyone please help me through this?

  • Same issue have you got the solution for this.

質問済み 1年前868ビュー
1回答
0

Hi,

As first step I d try to verify that MySQL is installed in your cloud9 environment. Run the mysql --version command.

If not installed, try to install it.

If already installed follow this guide: https://docs.aws.amazon.com/cloud9/latest/user-guide/sample-lamp.html#sample-lamp-install-tools

Hope it helps

profile picture
エキスパート
回答済み 1年前
  • same issue have you got the solution for this.

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

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

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

関連するコンテンツ