Log in

View Full Version : A couple of questions....


Dempig
07-20-2002, 06:21 PM
Im trying to play using mini login.
I did everything the readme says (multiple times)
I did everything a couple of FAQs here say (multiple times)
and I cant figure out whats wrong.

When launching world and boot5zones , it gives me an error saying

[loginserver] block not found in loginserver.ini
Failed to connect to database: Error; Acces denied for user Dempig...etc

my login server.ini is..

[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Evertest
locked=false
account=
password=
worldaddress=localhost

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

and my db.ini says

[Database]
host=localhost
user=Dempig
password=( mypassword is here)
database=eq

Ive tried remaking mysql account a few times to make sure i put in right name and pass , and even reinstalled mysql.

Can anyone help?

Shawn319
07-20-2002, 11:51 PM
Do you have minilogin.exe running before you try to run world.exe?

Dempig
07-21-2002, 04:35 AM
Yes , I also tried doing this like in one of those stickies , but it didnt work.

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

Lurker_005
07-21-2002, 06:15 AM
Put your username and pass from db.ini in place of someid and somepass

something like:

mysql>GRANT ALL PRIVILEGES ON eq.* TO dempig@localhost
IDENTIFIED BY 'db password' WITH GRANT OPTION;

This one lets you access databases other than eq, in case you want to have several for switching back and forth:

mysql>GRANT ALL PRIVILEGES ON *.* TO dempig@localhost
IDENTIFIED BY 'db password' WITH GRANT OPTION;


Also:
[loginserver] block not found in loginserver.ini
is a bit odd, since you show it in your loginserver.ini

Dempig
07-21-2002, 06:30 AM
I did put in my real user name and pass when I did that=/

Dempig
07-21-2002, 06:33 AM
Could I be using the wrong minilogin? I dled one , but not sure if i need a certain one or something to use with 3.4

Shawn319
07-21-2002, 06:39 AM
Well that could be it. there WAS a jun1-minilogin on SF but it was taken off.

Dempig
07-21-2002, 03:39 PM
So is there no way for me to fix this?

Dempig
07-21-2002, 03:42 PM
also when i try to connect to other peoples server , i can make a character , and when i push play after i make a char , on the character select screen it will start loading , then boot me to desktop after a few seconds.

Shawn319
07-22-2002, 02:20 AM
Try this minilogin: http://prdownloads.sourceforge.net/eqemu/MiniLogin.exe