View Single Post
  #3  
Old 03-27-2004, 04:28 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Right before this line:
Quote:
grant all privileges on *.* to username@localhost identified by 'password' with grant option;
just open up a dos command and type the following THEN type the above line.... NOTE that some of that has to be in caps...
Code:
cd c:/mysql/bin
mysql -u root mysql
GRANT ALL PRIVILEGES ON *.* TO username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
CREATE DATABASE eq;
USE eq;
source MW055_alpha_02.sql;
quit
I am not sure what you mean by
Quote:
i tryed this and it just stayed a text document so i couldnt really run it and give it commands like it said soo what am i doing wrong ot not doing?
but if you did this right you should be set up with an EQEMu DB...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ