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.

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

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

回答问题的准则

相关内容