Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] Cannot login server - Error 20

Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
- I setup 2GB memory
- Insert user in database: test/test
insert into users(id,name,passwd,email,creatime,qq,passwd2) values (1,"test","0x05a671c66aefea124cc08b76ea6d30bb","abc@yahoo.com",now(),"1","2");
- But I still login failed with error 20

tnerr1 - [Help] Cannot login server - Error 20 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
Hi btbaotrung90,

I used mysql with Bola patch author (not use mssql)



I follow comment
try to comment out isec = 2
in authd/build/authd.conf
like ;isec = 2 and see what u get

But system notify wrong username/password, I think I input wrong MD5 password. Do you help me about PASSWORD field on mysql ?
 
Newbie Spellweaver
Joined
Feb 16, 2004
Messages
40
Reaction score
5
U need to install mssql server and creat an account with the registration tool posted somwhere.... and use the mysql from bola xosql and creat the account there with same id , name and password md5 which u used for mssql important is it to use the xosql database pwsql doesnt work somehow.
 
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
Hi dragonfire,

Did you installed MSSQL ? If OK, please help create an account test/test on your database, and export data to file... and send me...

Regards,


dragonfire: Do you help me about table.xml, authd... if I want to use MSSQL ?
 
Back
Top