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