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.
|