Hmm did you make sure that you are running mysql from the directory that you unziped the files to?
For example
Unzip to
c:\mwndb
open command prompt
c:\
cd\mwndb
mysql -u root mysql
use databasename;
source sqlfile.sql;
If that doesnt work than I am not sure what else to try.
|