A bash script to automate MySQL database dumps with customizable filename prefixes and timestamp patterns. This script dynamically generates the dump file name using the format:
<prefix>_<env>_YYYYMMDDHHmmss_TIMEZONE.sql
- Customizable filename prefix (PREFIX) to identify your app or backup purpose.
- Timestamp format includes the current date, time, and system timezone.