Mysql does not run in my Cloud9 EC2 environment

0

The instruction

ec2-user:~/environment $ mysql-ctl start

Gives this result:

bash: mysql-ctl: command not found

asked 2 years ago1041 views
1 Answer
1

It looks like mysql is not yet installed in your cloud9 environment. You can validate this using mysql --version command. If it's not yet there, you can install mysql depending on which distribution you have. You may refer to this link for the instructions specific to mysql.

https://docs.aws.amazon.com/cloud9/latest/user-guide/sample-lamp.html#sample-lamp-install-tools

profile picture
joahna
answered 2 years ago

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