unable to find match : mysql

0

i been trying to deploy wordpress website using ec2 and RDS with the help of Module 3: Configuring Your Amazon RDS Database and when i am running yum install -y mysql its showing error :unable to find match : mysql anyone can help me how to solve that error. and steps for deploying wordpress using ec2 and RDS

1 Answer
0
Accepted Answer

This error is likely due to MySQL not being installed on your EC2 instance which you actually don't need.

However, there is a how-to guide that provides step by step instructions on how to install WordPress using RDS and EC2.

It is available here - https://aws.amazon.com/getting-started/hands-on/deploy-wordpress-with-amazon-rds/

Hope this helps!

profile picture
answered a year ago
  • Still same error is displaying when I ram this command

    sudo yum install -y mysql Last metadata expiration check: 0:24:15 ago on Sat Sep 2 07:03:34 2023. No match for argument: mysql Error: Unable to find a match: mysql

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions