Log in

View Full Version : me again..


kalor22
03-13-2002, 02:46 PM
ugh i wish i could get this...i tried to follow the readme word by word..anyways i downloaded msql or whatever i did the steps and this is what my db looks like:


[Database]
host=localhost
user=my msql name is here
password=so is pw
database=eq


ok heres the loginserver file:

[LoginServer]
loginserver=eqlogin.gotfrags.com
worldname=test1
locked=false
worldaddress=
account=
password=
worldaddress=
loginport=5999



and heres the eqhost file:


[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

then i run minilogin it says listening to port 5999
i keep that going and then run world and i get all this stuff come up:
first error is
"ERROR acess denied for user: bandit@localhost (using passwords: yes)

htne these:

loading items: db query ERROR

everything has the word error in it until it gets to these two:


worldserver listening on port 5999
connected to loginserver: eqlogin.gotfrags.com:5999


sorry thats so long..umm anyone have any ideas...as far as i know im using the most up to date stuff i dled eqmus newest version and msql is installed..what did i do wrong? thanks for your time

lacidar
03-13-2002, 03:23 PM
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)

kalor22
03-13-2002, 03:30 PM
i guess im tyring to connect locally im jsut tyri g to connect to the server i made a acocunt for but i gotta connect to it within 15 mins hehe thanks a bunch for the help tho man. would you know how i would go about connecting to the server?

Trumpcard
03-13-2002, 11:33 PM
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;

kalor22
03-14-2002, 05:20 AM
cool thanks alot ill try it :-)