View Single Post
  #2  
Old 12-15-2003, 06:31 AM
Conan
Hill Giant
 
Join Date: Oct 2003
Posts: 145
Default

When you are sourceing a file into mysql you must be in the directory that the file resides in.

cd\mysql\bin

mysql -u root mysql

use databasenamehere;

source db.sql
Reply With Quote