Automatic daily backup of MySQL database
Write a program that automatically backups the entire MySQL database daily and saves the backup file in a folder called backup. For example, the output could be a file with the same namebackup-2024-06-01.sqlbe in the backup folder.