View Single Post
  #17  
Old 07-14-2014, 11:31 PM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

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
__________________
Maybe I should try making one of these servers...
Reply With Quote