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
you need to point to the location of your file using:
mysql -u username -p database_name < drive:\\path_to_your_file\file.sql