Question: You need to restore a MySQL database from a backup file. Which command-line tool do you use for the actual data import, after re-creating the database?
- `mysqld`
- `mysql`
- `mysqladmin`
- `mysqldump`
Answer: The correct answer of the above question is Option B:`mysql`