You can restore the dumps.
In Windows : Press windows+R => cmd
Use the following command to restore the dumps:
c:\>mysql -u < mysql user > -p< mysql password > -D <database name> < <filename of dump>
Ex: c:\>mysql -u root -p -D information_schema < mydump.dat
Check out
My Blog