Creating MySQL Credentials in AWS Secrets Manager (UI Only) Purpose To securely store MySQL database credentials in AWS Secrets Manager before creating the database using Terraform. This approach ...
When running non-interactive MySQL commands one may submit MySQL credentials on the command line (we'll share with you a better option after the break), e.g.: mysql --password=secret --user=username ...