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.

preguntada hace un año865 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año
  • same issue have you got the solution for this.

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