View Single Post
  #3  
Old 08-14-2009, 12:06 PM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

Or the path to the file needs to be complete / relative.

ie
mysql -u<user> -p<pass> <db name> < "c:\sql files\peqdb_rev922.sql"

or

mysql -u<user> -p<pass> <db name> < "..\sql files\peqdb_rev922.sql"
Reply With Quote