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.

asked a year ago818 views
1 Answer
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
EXPERT
answered a year ago
  • same issue have you got the solution for this.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions