View Single Post
  #4  
Old 12-26-2003, 12:38 AM
Conan
Hill Giant
 
Join Date: Oct 2003
Posts: 145
Default

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.
Reply With Quote