1
I am New to AWS
Created a Cloud9 Environment: AWS-EC2
Executed the following command in the environment and mariadb doesnot start. Can anybody 
say why it failed:

edXDeployingUser:/ $ sudo service mariadb start Redirecting to /bin/systemctl start mariadb.service

  • what error do you get? The "redirection" is not an error. Read about `init` and `systemd` for this redirection. check https://stackoverflow.com/questions/43537851/difference-between-systemctl-and-service-command#:~:text=service%20operates%20on%20the%20files,file%20in%20%2Fetc%2Finit. too. – Riz Feb 01 '22 at 09:54
  • Are you trying to install maria db on the cloud9 shell? or are you trying to create an RDS maria db instance? – Allan Chua Feb 01 '22 at 10:24
  • My service mariadb was running - you were right sir (redirection was not an error). – Satya Devarakonda Feb 03 '22 at 11:04

0 Answers0