1 Answer
Using this command you can restore your database information
mysql -u (user) -p(password) database name < databasename.sql
Your Answer