I am extremely new to MySQL and am running it on Windows. I am trying to restore a Database from a dumpfile in MySQL, but I get the following error:
$ >m
zcat /path/to/file.sql.gz | mysql -u 'root' -p your_database