Try this:
Code:
C:
cd \eq\sql
mysql -uuser -ppassword
create database eq;
use eq;
source peqbeta.sql;
exit
where -uuser is -u followed by the user (root?) and -ppassword is -p followed by the password
after the mysql command your prompt should change to mysql> after the exit it should go back to what it was before
I think there are more things to source for you, but see if this works first
edit: the semicolons are important! be sure to type them - also after the source you should see a lot of things scrolling in the window, this is normal. wait for the mysql> prompt. It will appear when it finishes