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

preguntada hace 2 años1083 visualizaciones
1 Respuesta
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 hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas