Thread: Ok, question
View Single Post
  #4  
Old 05-03-2007, 07:04 AM
mamba666
Sarnak
 
Join Date: Apr 2003
Posts: 41
Default

Make sure you did these steps.

C:\mysql\bin\mysql -u root peq

> GRANT ALL PRIVILEGES ON peq.* TO eq@localhost IDENTIFIED BY 'eq' WITH GRANT OPTION;

This is if you installed the PEQ database.

Change eq@localhost to root@localhost

If you are using root which it looks like you are.

make sure the dtabase server is on the same machine as the eqemu server. It doesn't have to be but it will make things easier to start out.
Reply With Quote