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