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

feita há 2 anos1083 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas