View Single Post
  #2 (permalink)  
Old 09-16-2003, 02:53 PM
Tommy Tommy is offline
Administrator
 
Join Date: Jan 2003
Posts: 1,350
Default

Usually for me its like this:

mysql -u username_databaseusername -p username_databasename < sqlfileimgoingtoimport
password: (enter the password in to the database)

IE:

mysql -u pcplay_nuke -p pcplay_nuke < nuke.sql

The error sort of seems like the error is inside the SQL file you are trying to put into the database. Try a different SQL file.
Reply With Quote