To elaborate on Sotonin's quick answer, you are following the directions for setting up your server I see, because that IS what it says to type. But, the database name has changed many times since that guide was written... What you have to do is to unzip the database file that you are wanting to use into your c:\mysql\bin folder.... Let's say you are using your own created database file that was named onejessmans_058.sql
Then you would type the following to source it:
Code:
use eq;
source onejessmans_058.sql
quit
This will source whatever was in the file called onejessmans_058.sql into your eq useable database... Hope this helps...