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
Import Database 1. Go to drive command: d: 2. Mysql login command: c:\xampp\mysql\bin\mysql -u root -p 3. Will ask for pwd: enter it pwd 4. Select db use DbName; 5. Provide file name \. G:DbName.sql