learn-cantrill-io-labs
learn-cantrill-io-labs copied to clipboard
mysql command not found
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?
I believe this was resolved here: https://github.com/acantril/learn-cantrill-io-labs/commit/049ae2b07edc2d90222fe3a938edfe585b24bf8a