Introduction
In this challenge, we will backup a data table and output it as an SQL format file. The task involves starting MySQL, creating a database and table, and then using the mysqldump
command to export the table data to an SQL file. The challenge also includes specific requirements for file names and directories where the files should be saved.