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

gefragt vor 2 Jahren1083 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

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