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 can put anywhere in the system but consider to change the command also
mysql -u username -p database_name < /somepath/file.sql