Restoring a dump depends on what you have actually dumped.
c:mysqlbinmysql -u root -p myDatabase < myDatabase.sql
or to add a non-existent table to a database...
c:mysqlbinmysql -u root -p myDatabase < employee.sql
Name (required)
email (will not be published) (required)
Website