Feature: Make MySQL Setup Optional and Retrieve MySQL Credentials from Client
As a user, I want the MySQL setup to be optional during the script execution and have the ability to retrieve MySQL credentials from the client. This will provide more flexibility and allow integration with existing MySQL setups.
- Modify the script to include an option for skipping MySQL setup.
- If the MySQL setup is skipped, the script should prompt the user to provide existing MySQL credentials.
- Ensure that the provided MySQL credentials are securely retrieved and used in the deployment process.
- Update the documentation to reflect these changes and guide users on how to skip MySQL setup and provide their credentials.
Steps to Reproduce:
- Execute the script in an environment where MySQL setup is not needed.
- Verify that the script prompts for existing MySQL credentials when the setup is skipped.
- Ensure that the provided credentials are used correctly in the deployment process.