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?

  1. `mysqld`
  2. `mysql`
  3. `mysqladmin`
  4. `mysqldump`

Answer: The correct answer of the above question is Option B:`mysql`