First off, are you trying to run a server off gotfrags, or locally?
If you're connecting locally, change loginserver=localhost in the ini.
If you're connecting to gotfrags, don't run minilogin, and change eqhosts.txt to use port 5997.
The database errors looks like your user permissions are set improperly.
run the following command to make sure:
mysql -u bandit -p eq
then enter your password. I'm assuming your username is bandit. If you can't get in using this, then you need to change permissions in the user table in the mysql database. More info on this can be found under section 4.3 in the mysql manual (in docs dir under mysql dir)
|