If you are using minilogin , you dont have to create an account at gotfrags, you use eqemu/eqemu as the username/password, only one that works...
Your permissions are definately wrong for the mysql user name.. you need to update
go into mysql, and try this....
GRANT ALL PRIVILEGES ON eq.* TO bandit@localhost
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
|