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

질문됨 2년 전1083회 조회
1개 답변
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
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠