do it from the command line, in your case, open up your MS-DOS Prompt or do a Run and type 'command'.
Then at the prompt, type:
mysql newman < dump.sql
assuming that mysql is defined in your path.
or.. you could install phpMyAdmin and use their web interface to help you deal with running SQL files.