learn-cantrill-io-labs icon indicating copy to clipboard operation
learn-cantrill-io-labs copied to clipboard

mysql command not found

Open adriantadros opened this issue 1 year ago • 1 comments

Minor issue in the aws-elastic-wordpress-evolution lab.

In Stage 5C, there is a step to update the launch template to create and execute a file called update_wp_ip.sh. This is to update the wordpress database to use the ALB domain instead of the IP of the single EC2 instance.

When you run this script, you get an error "mysql: command not found".

This is because in stage 3F of the lab, there is an instruction to remove the "mariadb105-server" package. Removing this package removes the ability to use the mysql command line tool. Suggest removing this instruction from stage 3F?

adriantadros avatar Jun 01 '23 23:06 adriantadros

I believe this was resolved here: https://github.com/acantril/learn-cantrill-io-labs/commit/049ae2b07edc2d90222fe3a938edfe585b24bf8a

eugenetriguba avatar Apr 15 '24 00:04 eugenetriguba