View Single Post
  #7  
Old 03-23-2004, 05:47 PM
Spike
Discordant
 
Join Date: Mar 2004
Location: Florida
Posts: 362
Default

It should work, just type in use (database name);
EXAMPLE: use eq;

Then type in source (file name);
EXAMPLE: source MW055_alpha_02.sql;

(most likely you forgot to use the database before sourcing the .sql file....)

ALSO the file is SAPOSE to be in the BIN folder right next to the mysql.exe program.
Reply With Quote