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.

gefragt vor einem Jahr868 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr
  • same issue have you got the solution for this.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen