I have file.sql, and I want to restore it. I found this command:
mysql -u username -p database_name < file.sql
Where should I put \'file.sql\' in
As an alternate, try to restore the dump with a Restore or with an Execute Large Script Wizard Wizard.
There is a command-line support.
Backup or restore