View Single Post
  #14  
Old 10-01-2008, 01:12 AM
Sylaei
Hill Giant
 
Join Date: Jan 2007
Posts: 124
Default

This will set the password for your database. You should have already done this, but...
if you have to enter a password after the mysql -u root -p statement you have already done this, and doing it again won't help.
Code:
mysql -u root -p
\u peq
set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');

Also you are using minilogin this is what my loginserver.ini file looks like.
Code:
[LoginServer]
loginserver=192.168.0.104
#loginserver2=
loginport=5999
#loginport2=
#worldname=EqEmuPortable
#worldaddress=168.192.0.104
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
Just something else to look at.

Maybe sleep will help
__________________
Syl

"The significant problems we have cannot be solved at the same level of thinking with which we created them."
Albert Einstein
Reply With Quote